#08EBC8

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

Shades of Bright Turquoise #08EBC8

Tints of Bright Turquoise #08EBC8

Color information

#08EBC8 (or 0x08EBC8) is unknown color: approx Bright Turquoise. HEX triplet: 08, EB and C8. RGB value is (8,235,200). Sum of RGB (Red+Green+Blue) = 8+235+200=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #08EBC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EBC8 is #F71437. Grayscale: #A3A3A3. Windows color (decimal): -16192568 or 13167368. OLE color: 13167368.

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

Color convert

RGB8235200-
CMYK0.9700.150.08
HSL170.75º93.42%47.65%-
HSV(B)170.75º96.6%92.16%-
XYZ40.2363.6464.81-
YUV163.14148.7917.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.81%
GREEN value IS 235 (92.19% from 255) = 53.05%
BLUE value IS 200 (78.52% from 255) = 45.15%
R=1.81%
G=53.05%
B=45.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82352000.9700.150.08170.7593.4247.65
Hex8EBC8610F8ab5d30
Octal103533101410171025313560
Binary100011101011110010001100001011111000101010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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