#6EE4EA

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

Shades of Turquoise Blue #6EE4EA

Tints of Turquoise Blue #6EE4EA

Color information

#6EE4EA (or 0x6EE4EA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E4 and EA. RGB value is (110,228,234). Sum of RGB (Red+Green+Blue) = 110+228+234=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EE4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE4EA is #911B15. Grayscale: #C1C1C1. Windows color (decimal): -9509654 or 15393902. OLE color: 15393902.

HSL color Cylindrical-coordinate representation of color #6EE4EA: hue angle of 182.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE4EA is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110228234-
CMYK0.530.0300.08
HSL182.9º74.7%67.45%-
HSV(B)182.9º52.99%91.76%-
XYZ49.0364.7487.75-
YUV193.4150.9168.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=19.23%
G=39.86%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102282340.530.0300.08182.974.767.45
Hex6EE4EA35308b74b43
Octal156344352653010267113103
Binary1101110111001001110101011010111010001011011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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