Html Css Color HEX #01D3DD Dark Turquoise

📋 copy color: '#01D3DD'

red 1 ◦ green 211 ◦ blue 221

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

Shades of Dark Turquoise #01D3DD

Tints of Dark Turquoise #01D3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 0.23%
G = 48.73%
B = 51.04%

CMYK

 C value IS 1.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01D3DD (or 0x01D3DD) is known color: Dark Turquoise. HEX triplet: 01, D3 and DD. RGB value is (1,211,221). Sum of RGB (Red+Green+Blue) = 1+211+221=433 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #01D3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D3DD is #FE2C22. Grayscale: #959595. Windows color (decimal): -16657443 or 14537473. OLE color: 14537473.

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

Color convert

RGB 1 211 221 -
CMYK 1.00 0.05 0 0.13
HSL 182.73º 0.99% 0.44% -
HSV(B) 182.73º 1% 0.87% -
XYZ 36.36 51.82 76.49 -
YUV 149.35 168.43 22.19 -
System Red Green Blue C M Y K H S L
Decimal 1 211 221 1.00 0.05 0 0.13 182.73 0.99 0.44
Hex 1 D3 DD 64 5 0 D B7 63 2C
Octal 1 323 335 144 5 0 15 267 143 54
Binary 1 11010011 11011101 1100100 101 0 1101 10110111 1100011 101100

Color Harmonies of #01D3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D3DD

Black with #01D3DD

Text Example


Text Example

White with #01D3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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