#08F9CE

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

Shades of Bright Turquoise #08F9CE

Tints of Bright Turquoise #08F9CE

Color information

#08F9CE (or 0x08F9CE) is unknown color: approx Bright Turquoise. HEX triplet: 08, F9 and CE. RGB value is (8,249,206). Sum of RGB (Red+Green+Blue) = 8+249+206=463 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #08F9CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F9CE is #F70631. Grayscale: #ABABAB. Windows color (decimal): -16188978 or 13564168. OLE color: 13564168.

HSL color Cylindrical-coordinate representation of color #08F9CE: hue angle of 169.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F9CE is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB8249206-
CMYK0.9700.170.02
HSL169.29º95.26%50.39%-
HSV(B)169.29º96.79%97.65%-
XYZ45.1272.2669.96-
YUV172.04147.1611-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.73%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=1.73%
G=53.78%
B=44.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82492060.9700.170.02169.2995.2650.39
Hex8F9CE610112a95f32
Octal10371316141021225113762
Binary10001111100111001110110000101000110101010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,249,206); }

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

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

 a { background-color: rgb(8,249,206); }

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

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

 span { border-color: rgb(8,249,206); }

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