#08E3F9

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

Shades of Bright Turquoise #08E3F9

Tints of Bright Turquoise #08E3F9

Color information

#08E3F9 (or 0x08E3F9) is unknown color: approx Bright Turquoise. HEX triplet: 08, E3 and F9. RGB value is (8,227,249). Sum of RGB (Red+Green+Blue) = 8+227+249=484 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #08E3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E3F9 is #F71C06. Grayscale: #A3A3A3. Windows color (decimal): -16194567 or 16376584. OLE color: 16376584.

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

Color convert

RGB8227249-
CMYK0.970.0900.02
HSL185.48º95.26%50.39%-
HSV(B)185.48º96.79%97.65%-
XYZ44.6761.8399.2-
YUV164.03175.9516.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.65%
GREEN value IS 227 (89.06% from 255) = 46.90%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=1.65%
G=46.90%
B=51.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82272490.970.0900.02185.4895.2650.39
Hex8E3F961902b95f32
Octal10343371141110227113762
Binary1000111000111111100111000011001010101110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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