Html Css Color HEX #01DDD2 Dark Turquoise

📋 copy color: '#01DDD2'

red 1 ◦ green 221 ◦ blue 210

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

Shades of Dark Turquoise #01DDD2

Tints of Dark Turquoise #01DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.61%

R = 0.23%
G = 51.16%
B = 48.61%

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

#01DDD2 (or 0x01DDD2) is known color: Dark Turquoise. HEX triplet: 01, DD and D2. RGB value is (1,221,210). Sum of RGB (Red+Green+Blue) = 1+221+210=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDD2 is #FE222D. Grayscale: #999999. Windows color (decimal): -16654894 or 13819137. OLE color: 13819137.

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

Color convert

RGB 1 221 210 -
CMYK 1.00 0 0.05 0.13
HSL 177º 0.99% 0.44% -
HSV(B) 177º 1% 0.87% -
XYZ 37.5 56.37 69.88 -
YUV 153.97 159.61 18.89 -
System Red Green Blue C M Y K H S L
Decimal 1 221 210 1.00 0 0.05 0.13 177 0.99 0.44
Hex 1 DD D2 64 0 5 D B1 63 2C
Octal 1 335 322 144 0 5 15 261 143 54
Binary 1 11011101 11010010 1100100 0 101 1101 10110001 1100011 101100

Color Harmonies of #01DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDD2

Black with #01DDD2

Text Example


Text Example

White with #01DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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