Html Css Color HEX #01DED0 Dark Turquoise

📋 copy color: '#01DED0'

red 1 ◦ green 222 ◦ blue 208

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

Shades of Dark Turquoise #01DED0

Tints of Dark Turquoise #01DED0

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 0.23%
G = 51.51%
B = 48.26%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#01DED0 (or 0x01DED0) is known color: Dark Turquoise. HEX triplet: 01, DE and D0. RGB value is (1,222,208). Sum of RGB (Red+Green+Blue) = 1+222+208=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #01DED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DED0 is #FE212F. Grayscale: #9A9A9A. Windows color (decimal): -16654640 or 13688321. OLE color: 13688321.

HSL color Cylindrical-coordinate representation of color #01DED0: hue angle of 176.2º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DED0 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 208 -
CMYK 1.00 0 0.06 0.13
HSL 176.2º 0.99% 0.44% -
HSV(B) 176.2º 1% 0.87% -
XYZ 37.52 56.8 68.66 -
YUV 154.33 158.28 18.64 -
System Red Green Blue C M Y K H S L
Decimal 1 222 208 1.00 0 0.06 0.13 176.2 0.99 0.44
Hex 1 DE D0 64 0 6 D B0 63 2C
Octal 1 336 320 144 0 6 15 260 143 54
Binary 1 11011110 11010000 1100100 0 110 1101 10110000 1100011 101100

Color Harmonies of #01DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DED0

Black with #01DED0

Text Example


Text Example

White with #01DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DED0; }

 p { color: rgb(1,222,208); }

 H1.HeaderClassName
 {
   color: #01DED0;
 }
 .AnyTagClassName
 {
   color: #01DED0;
 }
</style>

background-color css

<style>
 a { background-color: #01DED0; }

 a { background-color: rgb(1,222,208); }

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

border-color css

<style>
 span { border-color: #01DED0; }

 span { border-color: rgb(1,222,208); }

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