Html Css Color HEX #01DCD5 Dark Turquoise

📋 copy color: '#01DCD5'

red 1 ◦ green 220 ◦ blue 213

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

Shades of Dark Turquoise #01DCD5

Tints of Dark Turquoise #01DCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 0.23%
G = 50.69%
B = 49.08%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#01DCD5 (or 0x01DCD5) is known color: Dark Turquoise. HEX triplet: 01, DC and D5. RGB value is (1,220,213). Sum of RGB (Red+Green+Blue) = 1+220+213=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD5 is #FE232A. Grayscale: #999999. Windows color (decimal): -16655147 or 14015489. OLE color: 14015489.

HSL color Cylindrical-coordinate representation of color #01DCD5: hue angle of 178.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCD5 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 213 -
CMYK 1.00 0 0.03 0.14
HSL 178.08º 0.99% 0.43% -
HSV(B) 178.08º 1% 0.86% -
XYZ 37.62 56 71.78 -
YUV 153.72 161.45 19.07 -
System Red Green Blue C M Y K H S L
Decimal 1 220 213 1.00 0 0.03 0.14 178.08 0.99 0.43
Hex 1 DC D5 64 0 3 E B2 63 2B
Octal 1 334 325 144 0 3 16 262 143 53
Binary 1 11011100 11010101 1100100 0 11 1110 10110010 1100011 101011

Color Harmonies of #01DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCD5

Black with #01DCD5

Text Example


Text Example

White with #01DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,213); }

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

background-color css

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

 a { background-color: rgb(1,220,213); }

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

border-color css

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

 span { border-color: rgb(1,220,213); }

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