#6EE4E2

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

Shades of Turquoise Blue #6EE4E2

Tints of Turquoise Blue #6EE4E2

Color information

#6EE4E2 (or 0x6EE4E2) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E4 and E2. RGB value is (110,228,226). Sum of RGB (Red+Green+Blue) = 110+228+226=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE4E2 is #911B1D. Grayscale: #C0C0C0. Windows color (decimal): -9509662 or 14869614. OLE color: 14869614.

HSL color Cylindrical-coordinate representation of color #6EE4E2: hue angle of 178.98º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE4E2 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB110228226-
CMYK0.5200.010.11
HSL178.98º68.6%66.27%-
HSV(B)178.98º51.75%89.41%-
XYZ47.964.2981.84-
YUV192.49146.9169.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.50%
GREEN value IS 228 (89.45% from 255) = 40.43%
BLUE value IS 226 (88.67% from 255) = 40.07%
R=19.50%
G=40.43%
B=40.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1102282260.5200.010.11178.9868.666.27
Hex6EE4E23401Bb34542
Octal156344342640113263105102
Binary110111011100100111000101101000110111011001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,228,226); }

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

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

 a { background-color: rgb(110,228,226); }

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

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

 span { border-color: rgb(110,228,226); }

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