#08EBC9

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

Shades of Bright Turquoise #08EBC9

Tints of Bright Turquoise #08EBC9

Color information

#08EBC9 (or 0x08EBC9) is unknown color: approx Bright Turquoise. HEX triplet: 08, EB and C9. RGB value is (8,235,201). Sum of RGB (Red+Green+Blue) = 8+235+201=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #08EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EBC9 is #F71436. Grayscale: #A3A3A3. Windows color (decimal): -16192567 or 13232904. OLE color: 13232904.

HSL color Cylindrical-coordinate representation of color #08EBC9: hue angle of 171.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EBC9 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB8235201-
CMYK0.9700.140.08
HSL171.01º93.42%47.65%-
HSV(B)171.01º96.6%92.16%-
XYZ40.3563.6965.42-
YUV163.25149.2917.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.80%
GREEN value IS 235 (92.19% from 255) = 52.93%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=1.80%
G=52.93%
B=45.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82352010.9700.140.08171.0193.4247.65
Hex8EBC9610E8ab5d30
Octal103533111410161025313560
Binary100011101011110010011100001011101000101010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,235,201); }

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

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

 a { background-color: rgb(8,235,201); }

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

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

 span { border-color: rgb(8,235,201); }

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