#08E9E5

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

Shades of Bright Turquoise #08E9E5

Tints of Bright Turquoise #08E9E5

Color information

#08E9E5 (or 0x08E9E5) is unknown color: approx Bright Turquoise. HEX triplet: 08, E9 and E5. RGB value is (8,233,229). Sum of RGB (Red+Green+Blue) = 8+233+229=470 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #08E9E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E9E5 is #F7161A. Grayscale: #A5A5A5. Windows color (decimal): -16193051 or 15067400. OLE color: 15067400.

HSL color Cylindrical-coordinate representation of color #08E9E5: hue angle of 178.93º 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 #08E9E5 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB8233229-
CMYK0.9700.020.09
HSL178.93º93.36%47.25%-
HSV(B)178.93º96.57%91.37%-
XYZ43.3863.9984.19-
YUV165.27163.9615.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.70%
GREEN value IS 233 (91.41% from 255) = 49.57%
BLUE value IS 229 (89.84% from 255) = 48.72%
R=1.70%
G=49.57%
B=48.72%

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
Decimal82332290.9700.020.09178.9393.3647.25
Hex8E9E561029b35d2f
Octal10351345141021126313557
Binary1000111010011110010111000010101001101100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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