#08EEC0

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

Shades of Bright Turquoise #08EEC0

Tints of Bright Turquoise #08EEC0

Color information

#08EEC0 (or 0x08EEC0) is unknown color: approx Bright Turquoise. HEX triplet: 08, EE and C0. RGB value is (8,238,192). Sum of RGB (Red+Green+Blue) = 8+238+192=438 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #08EEC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EEC0 is #F7113F. Grayscale: #A3A3A3. Windows color (decimal): -16191808 or 12643848. OLE color: 12643848.

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

Color convert

RGB8238192-
CMYK0.9700.190.07
HSL168º93.5%48.24%-
HSV(B)168º96.64%93.33%-
XYZ40.1965.0160.3-
YUV163.99143.816.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.83%
GREEN value IS 238 (93.36% from 255) = 54.34%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=1.83%
G=54.34%
B=43.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82381920.9700.190.0716893.548.24
Hex8EEC0610137a85d30
Octal10356300141023725013560
Binary100011101110110000001100001010011111101010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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