#08e8cc

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

Shades of Bright Turquoise #08E8CC

Tints of Bright Turquoise #08E8CC

Color information

#08E8CC (or 0x08E8CC) is unknown color: approx Bright Turquoise. HEX triplet: 08, E8 and CC. RGB value is (8,232,204). Sum of RGB (Red+Green+Blue) = 8+232+204=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #08E8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E8CC is #F71733. Grayscale: #A1A1A1. Windows color (decimal): -16193332 or 13428744. OLE color: 13428744.

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

Color convert

RGB8232204-
CMYK0.9700.120.09
HSL172.5º93.33%47.06%-
HSV(B)172.5º96.55%90.98%-
XYZ39.8662.1267.02-
YUV161.83151.7918.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.80%
GREEN value IS 232 (91.02% from 255) = 52.25%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=1.80%
G=52.25%
B=45.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82322040.9700.120.09172.593.3347.06
Hex8E8CC610C9ac5d2f
Octal103503141410141125413557
Binary100011101000110011001100001011001001101011001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08e8cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,232,204); }

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

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

 a { background-color: rgb(8,232,204); }

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

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

 span { border-color: rgb(8,232,204); }

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