#08EED9

Color #08EED9 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #08EED9

Tints of Bright Turquoise #08EED9

Color information

#08EED9 (or 0x08EED9) is unknown color: approx Bright Turquoise. HEX triplet: 08, EE and D9. RGB value is (8,238,217). Sum of RGB (Red+Green+Blue) = 8+238+217=463 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #08EED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EED9 is #F71126. Grayscale: #A6A6A6. Windows color (decimal): -16191783 or 14282248. OLE color: 14282248.

HSL color Cylindrical-coordinate representation of color #08EED9: hue angle of 174.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EED9 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB8238217-
CMYK0.9700.090.07
HSL174.52º93.5%48.24%-
HSV(B)174.52º96.64%93.33%-
XYZ43.266.2176.15-
YUV166.84156.314.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.73%
GREEN value IS 238 (93.36% from 255) = 51.40%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=1.73%
G=51.40%
B=46.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82382170.9700.090.07174.5293.548.24
Hex8EED961097af5d30
Octal10356331141011725713560
Binary10001110111011011001110000101001111101011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08EED9; }

 p { color: rgb(8,238,217); }

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

<style>
 a { background-color: #08EED9; }

 a { background-color: rgb(8,238,217); }

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

<style>
 span { border-color: #08EED9; }

 span { border-color: rgb(8,238,217); }

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