#08F9C4

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

Shades of Bright Turquoise #08F9C4

Tints of Bright Turquoise #08F9C4

Color information

#08F9C4 (or 0x08F9C4) is unknown color: approx Bright Turquoise. HEX triplet: 08, F9 and C4. RGB value is (8,249,196). Sum of RGB (Red+Green+Blue) = 8+249+196=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #08F9C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F9C4 is #F7063B. Grayscale: #AAAAAA. Windows color (decimal): -16188988 or 12908808. OLE color: 12908808.

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

Color convert

RGB8249196-
CMYK0.9700.210.02
HSL166.8º95.26%50.39%-
HSV(B)166.8º96.79%97.65%-
XYZ43.9471.7963.77-
YUV170.9142.1611.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.77%
GREEN value IS 249 (97.66% from 255) = 54.97%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=1.77%
G=54.97%
B=43.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82491960.9700.210.02166.895.2650.39
Hex8F9C4610152a75f32
Octal10371304141025224713762
Binary10001111100111000100110000101010110101001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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