Html Css Color HEX #01CDD1 Dark Turquoise

📋 copy color: '#01CDD1'

red 1 ◦ green 205 ◦ blue 209

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

Shades of Dark Turquoise #01CDD1

Tints of Dark Turquoise #01CDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.4%

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

R = 0.24%
G = 49.4%
B = 50.36%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01CDD1 (or 0x01CDD1) is known color: Dark Turquoise. HEX triplet: 01, CD and D1. RGB value is (1,205,209). Sum of RGB (Red+Green+Blue) = 1+205+209=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #01CDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDD1 is #FE322E. Grayscale: #909090. Windows color (decimal): -16658991 or 13749505. OLE color: 13749505.

HSL color Cylindrical-coordinate representation of color #01CDD1: hue angle of 181.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDD1 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 205 209 -
CMYK 1.00 0.02 0 0.18
HSL 181.15º 0.99% 0.41% -
HSV(B) 181.15º 1% 0.82% -
XYZ 33.35 48.27 67.88 -
YUV 144.46 164.41 25.67 -
System Red Green Blue C M Y K H S L
Decimal 1 205 209 1.00 0.02 0 0.18 181.15 0.99 0.41
Hex 1 CD D1 64 2 0 12 B5 63 29
Octal 1 315 321 144 2 0 22 265 143 51
Binary 1 11001101 11010001 1100100 10 0 10010 10110101 1100011 101001

Color Harmonies of #01CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDD1

Black with #01CDD1

Text Example


Text Example

White with #01CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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