#6EC9EA

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

Shades of Turquoise Blue #6EC9EA

Tints of Turquoise Blue #6EC9EA

Color information

#6EC9EA (or 0x6EC9EA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, C9 and EA. RGB value is (110,201,234). Sum of RGB (Red+Green+Blue) = 110+201+234=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC9EA is #913615. Grayscale: #B1B1B1. Windows color (decimal): -9516566 or 15386990. OLE color: 15386990.

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

Color convert

RGB110201234-
CMYK0.530.1400.08
HSL195.97º74.7%67.45%-
HSV(B)195.97º52.99%91.76%-
XYZ42.1751.0385.47-
YUV177.55159.8579.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.18%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=20.18%
G=36.88%
B=42.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102012340.530.1400.08195.9774.767.45
Hex6EC9EA35E08c44b43
Octal1563113526516010304113103
Binary110111011001001111010101101011110010001100010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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