#08F9E4

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

Shades of Bright Turquoise #08F9E4

Tints of Bright Turquoise #08F9E4

Color information

#08F9E4 (or 0x08F9E4) is unknown color: approx Bright Turquoise. HEX triplet: 08, F9 and E4. RGB value is (8,249,228). Sum of RGB (Red+Green+Blue) = 8+249+228=485 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #08F9E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F9E4 is #F7061B. Grayscale: #AEAEAE. Windows color (decimal): -16188956 or 15005960. OLE color: 15005960.

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

Color convert

RGB8249228-
CMYK0.9700.080.02
HSL174.77º95.26%50.39%-
HSV(B)174.77º96.79%97.65%-
XYZ47.9873.485.04-
YUV174.55158.169.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.65%
GREEN value IS 249 (97.66% from 255) = 51.34%
BLUE value IS 228 (89.45% from 255) = 47.01%
R=1.65%
G=51.34%
B=47.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82492280.9700.080.02174.7795.2650.39
Hex8F9E461082af5f32
Octal10371344141010225713762
Binary1000111110011110010011000010100010101011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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