#08E4F9

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

Shades of Bright Turquoise #08E4F9

Tints of Bright Turquoise #08E4F9

Color information

#08E4F9 (or 0x08E4F9) is unknown color: approx Bright Turquoise. HEX triplet: 08, E4 and F9. RGB value is (8,228,249). Sum of RGB (Red+Green+Blue) = 8+228+249=485 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #08E4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E4F9 is #F71B06. Grayscale: #A4A4A4. Windows color (decimal): -16194311 or 16376840. OLE color: 16376840.

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

Color convert

RGB8228249-
CMYK0.970.0800.02
HSL185.23º95.26%50.39%-
HSV(B)185.23º96.79%97.65%-
XYZ44.9462.3899.29-
YUV164.61175.6116.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82282490.970.0800.02185.2395.2650.39
Hex8E4F961802b95f32
Octal10344371141100227113762
Binary1000111001001111100111000011000010101110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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