#6ae3ee

Color #6AE3EE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6AE3EE

Tints of Turquoise Blue #6AE3EE

Color information

#6AE3EE (or 0x6AE3EE) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E3 and EE. RGB value is (106,227,238). Sum of RGB (Red+Green+Blue) = 106+227+238=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AE3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE3EE is #951C11. Grayscale: #BFBFBF. Windows color (decimal): -9772050 or 15655786. OLE color: 15655786.

HSL color Cylindrical-coordinate representation of color #6AE3EE: hue angle of 185º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE3EE is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106227238-
CMYK0.550.0500.07
HSL185º79.52%67.45%-
HSV(B)185º55.46%93.33%-
XYZ48.8564.1890.7-
YUV192.08153.9166.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 18.56%
GREEN value IS 227 (89.06% from 255) = 39.75%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=18.56%
G=39.75%
B=41.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062272380.550.0500.0718579.5267.45
Hex6AE3EE37507b95043
Octal15234335667507271120103
Binary1101010111000111110111011011110101111011100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ae3ee; }

 p { color: rgb(106,227,238); }

 H1.HeaderClassName
 {
   color: #6ae3ee;
 }
 .AnyTagClassName
 {
   color: #6ae3ee;
 }
</style>
background-color css

<style>
 a { background-color: #6ae3ee; }

 a { background-color: rgb(106,227,238); }

 div.DivClassName
 {
   background-color: #6ae3ee;
 }
 .BgClassName
 {
   background-color: #6ae3ee;
 }
</style>
border-color css

<style>
 span { border-color: #6ae3ee; }

 span { border-color: rgb(106,227,238); }

 td.TdClassName
 {
   border-color: #6ae3ee;
 }
 .TagClassName
 {
   border-color: #6ae3ee;
 }
</style>