#6EEBE9

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

Shades of Turquoise Blue #6EEBE9

Tints of Turquoise Blue #6EEBE9

Color information

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

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

Color convert

RGB110235233-
CMYK0.5300.010.08
HSL179.04º75.76%67.65%-
HSV(B)179.04º53.19%92.16%-
XYZ50.8568.6187.65-
YUV197.4148.0965.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102352330.5300.010.08179.0475.7667.65
Hex6EEBE935018b34c44
Octal156353351650110263114104
Binary110111011101011111010011101010110001011001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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