#08E8DE

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

Shades of Bright Turquoise #08E8DE

Tints of Bright Turquoise #08E8DE

Color information

#08E8DE (or 0x08E8DE) is unknown color: approx Bright Turquoise. HEX triplet: 08, E8 and DE. RGB value is (8,232,222). Sum of RGB (Red+Green+Blue) = 8+232+222=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #08E8DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E8DE is #F71721. Grayscale: #A3A3A3. Windows color (decimal): -16193314 or 14608392. OLE color: 14608392.

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

Color convert

RGB8232222-
CMYK0.9700.040.09
HSL177.32º93.33%47.06%-
HSV(B)177.32º96.55%90.98%-
XYZ42.1463.0479.05-
YUV163.88160.7916.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82322220.9700.040.09177.3293.3347.06
Hex8E8DE61049b15d2f
Octal10350336141041126113557
Binary10001110100011011110110000101001001101100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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