Html Css Color HEX #01DDD1 Dark Turquoise

📋 copy color: '#01DDD1'

red 1 ◦ green 221 ◦ blue 209

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

Shades of Dark Turquoise #01DDD1

Tints of Dark Turquoise #01DDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.28%

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 0.23%
G = 51.28%
B = 48.49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#01DDD1 (or 0x01DDD1) is known color: Dark Turquoise. HEX triplet: 01, DD and D1. RGB value is (1,221,209). Sum of RGB (Red+Green+Blue) = 1+221+209=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDD1 is #FE222E. Grayscale: #999999. Windows color (decimal): -16654895 or 13753601. OLE color: 13753601.

HSL color Cylindrical-coordinate representation of color #01DDD1: hue angle of 176.73º 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 #01DDD1 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 209 -
CMYK 1.00 0 0.05 0.13
HSL 176.73º 0.99% 0.44% -
HSV(B) 176.73º 1% 0.87% -
XYZ 37.38 56.32 69.22 -
YUV 153.85 159.11 18.98 -
System Red Green Blue C M Y K H S L
Decimal 1 221 209 1.00 0 0.05 0.13 176.73 0.99 0.44
Hex 1 DD D1 64 0 5 D B1 63 2C
Octal 1 335 321 144 0 5 15 261 143 54
Binary 1 11011101 11010001 1100100 0 101 1101 10110001 1100011 101100

Color Harmonies of #01DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDD1

Black with #01DDD1

Text Example


Text Example

White with #01DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,209); }

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

background-color css

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

 a { background-color: rgb(1,221,209); }

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

border-color css

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

 span { border-color: rgb(1,221,209); }

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