#6EE9EB

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

Shades of Turquoise Blue #6EE9EB

Tints of Turquoise Blue #6EE9EB

Color information

#6EE9EB (or 0x6EE9EB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E9 and EB. RGB value is (110,233,235). Sum of RGB (Red+Green+Blue) = 110+233+235=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EE9EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE9EB is #911614. Grayscale: #C4C4C4. Windows color (decimal): -9508373 or 15460718. OLE color: 15460718.

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

Color convert

RGB110233235-
CMYK0.530.0100.08
HSL180.96º75.76%67.65%-
HSV(B)180.96º53.19%92.16%-
XYZ50.5667.5988.98-
YUV196.45149.7566.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.03%
GREEN value IS 233 (91.41% from 255) = 40.31%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=19.03%
G=40.31%
B=40.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102332350.530.0100.08180.9675.7667.65
Hex6EE9EB35108b54c44
Octal156351353651010265114104
Binary110111011101001111010111101011010001011010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,233,235); }

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

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

 a { background-color: rgb(110,233,235); }

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

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

 span { border-color: rgb(110,233,235); }

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