#08DEE8

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

Shades of Bright Turquoise #08DEE8

Tints of Bright Turquoise #08DEE8

Color information

#08DEE8 (or 0x08DEE8) is unknown color: approx Bright Turquoise. HEX triplet: 08, DE and E8. RGB value is (8,222,232). Sum of RGB (Red+Green+Blue) = 8+222+232=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #08DEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DEE8 is #F72117. Grayscale: #9E9E9E. Windows color (decimal): -16195864 or 15261192. OLE color: 15261192.

HSL color Cylindrical-coordinate representation of color #08DEE8: hue angle of 182.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DEE8 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8222232-
CMYK0.970.0400.09
HSL182.68º93.33%47.06%-
HSV(B)182.68º96.55%90.98%-
XYZ40.7958.1285.41-
YUV159.15169.120.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.73%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 232 (91.02% from 255) = 50.22%
R=1.73%
G=48.05%
B=50.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82222320.970.0400.09182.6893.3347.06
Hex8DEE861409b75d2f
Octal10336350141401126713557
Binary10001101111011101000110000110001001101101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,222,232); }

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

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

 a { background-color: rgb(8,222,232); }

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

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

 span { border-color: rgb(8,222,232); }

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