#08E2F9

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

Shades of Bright Turquoise #08E2F9

Tints of Bright Turquoise #08E2F9

Color information

#08E2F9 (or 0x08E2F9) is unknown color: approx Bright Turquoise. HEX triplet: 08, E2 and F9. RGB value is (8,226,249). Sum of RGB (Red+Green+Blue) = 8+226+249=483 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #08E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E2F9 is #F71D06. Grayscale: #A3A3A3. Windows color (decimal): -16194823 or 16376328. OLE color: 16376328.

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

Color convert

RGB8226249-
CMYK0.970.0900.02
HSL185.73º95.26%50.39%-
HSV(B)185.73º96.79%97.65%-
XYZ44.461.2899.11-
YUV163.44176.2817.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.66%
GREEN value IS 226 (88.67% from 255) = 46.79%
BLUE value IS 249 (97.66% from 255) = 51.55%
R=1.66%
G=46.79%
B=51.55%

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
Decimal82262490.970.0900.02185.7395.2650.39
Hex8E2F961902ba5f32
Octal10342371141110227213762
Binary1000111000101111100111000011001010101110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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