#08E6E9

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

Shades of Bright Turquoise #08E6E9

Tints of Bright Turquoise #08E6E9

Color information

#08E6E9 (or 0x08E6E9) is unknown color: approx Bright Turquoise. HEX triplet: 08, E6 and E9. RGB value is (8,230,233). Sum of RGB (Red+Green+Blue) = 8+230+233=471 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #08E6E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08E6E9 is #F71916. Grayscale: #A3A3A3. Windows color (decimal): -16193815 or 15328776. OLE color: 15328776.

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

Color convert

RGB8230233-
CMYK0.970.0100.09
HSL180.8º93.36%47.25%-
HSV(B)180.8º96.57%91.37%-
XYZ43.162.5386.89-
YUV163.96166.9516.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.70%
GREEN value IS 230 (90.23% from 255) = 48.83%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=1.70%
G=48.83%
B=49.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82302330.970.0100.09180.893.3647.25
Hex8E6E961109b55d2f
Octal10346351141101126513557
Binary100011100110111010011100001101001101101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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