#08E9E4

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

Shades of Bright Turquoise #08E9E4

Tints of Bright Turquoise #08E9E4

Color information

#08E9E4 (or 0x08E9E4) is unknown color: approx Bright Turquoise. HEX triplet: 08, E9 and E4. RGB value is (8,233,228). Sum of RGB (Red+Green+Blue) = 8+233+228=469 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #08E9E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E9E4 is #F7161B. Grayscale: #A4A4A4. Windows color (decimal): -16193052 or 15001864. OLE color: 15001864.

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

Color convert

RGB8233228-
CMYK0.9700.020.09
HSL178.67º93.36%47.25%-
HSV(B)178.67º96.57%91.37%-
XYZ43.2463.9383.46-
YUV165.15163.4615.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.71%
GREEN value IS 233 (91.41% from 255) = 49.68%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=1.71%
G=49.68%
B=48.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82332280.9700.020.09178.6793.3647.25
Hex8E9E461029b35d2f
Octal10351344141021126313557
Binary1000111010011110010011000010101001101100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,233,228); }

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

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

 a { background-color: rgb(8,233,228); }

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

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

 span { border-color: rgb(8,233,228); }

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