Html Css Color HEX #08DED6 Bright Turquoise

📋 copy color: '#08DED6'

red 8 ◦ green 222 ◦ blue 214

#08DED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #08DED6

Tints of Bright Turquoise #08DED6

RGB

 RED value IS 8 (3.52% from 255) = 1.8%

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 1.8%
G = 50%
B = 48.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#08DED6 (or 0x08DED6) is known color: Bright Turquoise. HEX triplet: 08, DE and D6. RGB value is (8,222,214). Sum of RGB (Red+Green+Blue) = 8+222+214=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #08DED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DED6 is #F72129. Grayscale: #9C9C9C. Windows color (decimal): -16195882 or 14081544. OLE color: 14081544.

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

Color convert

RGB 8 222 214 -
CMYK 0.96 0 0.04 0.13
HSL 177.76º 0.93% 0.45% -
HSV(B) 177.76º 0.96% 0.87% -
XYZ 38.36 57.15 72.63 -
YUV 157.1 160.1 21.65 -
System Red Green Blue C M Y K H S L
Decimal 8 222 214 0.96 0 0.04 0.13 177.76 0.93 0.45
Hex 8 DE D6 60 0 4 D B2 5D 2D
Octal 10 336 326 140 0 4 15 262 135 55
Binary 1000 11011110 11010110 1100000 0 100 1101 10110010 1011101 101101

Color Harmonies of #08DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DED6

Black with #08DED6

Text Example


Text Example

White with #08DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08DED6;
 }
 .AnyTagClassName
 {
   color: #08DED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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