#6AE5E4

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

Shades of Turquoise Blue #6AE5E4

Tints of Turquoise Blue #6AE5E4

Color information

#6AE5E4 (or 0x6AE5E4) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E5 and E4. RGB value is (106,229,228). Sum of RGB (Red+Green+Blue) = 106+229+228=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE5E4 is #951A1B. Grayscale: #BFBFBF. Windows color (decimal): -9771548 or 15000938. OLE color: 15000938.

HSL color Cylindrical-coordinate representation of color #6AE5E4: hue angle of 179.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE5E4 is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB106229228-
CMYK0.5400.000.10
HSL179.51º70.29%65.69%-
HSV(B)179.51º53.71%89.8%-
XYZ47.9764.783.36-
YUV192.11148.2566.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.83%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=18.83%
G=40.67%
B=40.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1062292280.5400.000.10179.5170.2965.69
Hex6AE5E43600Ab44642
Octal152345344660012264106102
Binary110101011100101111001001101100010101011010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,229,228); }

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

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

 a { background-color: rgb(106,229,228); }

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

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

 span { border-color: rgb(106,229,228); }

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