#08dedc

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

Shades of Bright Turquoise #08DEDC

Tints of Bright Turquoise #08DEDC

Color information

#08DEDC (or 0x08DEDC) is unknown color: approx Bright Turquoise. HEX triplet: 08, DE and DC. RGB value is (8,222,220). Sum of RGB (Red+Green+Blue) = 8+222+220=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #08DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DEDC is #F72123. Grayscale: #9D9D9D. Windows color (decimal): -16195876 or 14474760. OLE color: 14474760.

HSL color Cylindrical-coordinate representation of color #08DEDC: hue angle of 179.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DEDC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB8222220-
CMYK0.9600.010.13
HSL179.44º93.04%45.1%-
HSV(B)179.44º96.4%87.06%-
XYZ39.1457.4676.74-
YUV157.79163.121.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.78%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=1.78%
G=49.33%
B=48.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82222200.9600.010.13179.4493.0445.1
Hex8DEDC6001Db35d2d
Octal10336334140011526313555
Binary100011011110110111001100000011101101100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08dedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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