#6EE6EA

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

Shades of Turquoise Blue #6EE6EA

Tints of Turquoise Blue #6EE6EA

Color information

#6EE6EA (or 0x6EE6EA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E6 and EA. RGB value is (110,230,234). Sum of RGB (Red+Green+Blue) = 110+230+234=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EE6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE6EA is #911915. Grayscale: #C2C2C2. Windows color (decimal): -9509142 or 15394414. OLE color: 15394414.

HSL color Cylindrical-coordinate representation of color #6EE6EA: hue angle of 181.94º 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 #6EE6EA is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110230234-
CMYK0.530.0200.08
HSL181.94º74.7%67.45%-
HSV(B)181.94º52.99%91.76%-
XYZ49.5865.8587.94-
YUV194.58150.2467.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 230 (90.23% from 255) = 40.07%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=19.16%
G=40.07%
B=40.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102302340.530.0200.08181.9474.767.45
Hex6EE6EA35208b64b43
Octal156346352652010266113103
Binary1101110111001101110101011010110010001011011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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