Html Css Color HEX #01CDD6 Dark Turquoise

📋 copy color: '#01CDD6'

red 1 ◦ green 205 ◦ blue 214

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

Shades of Dark Turquoise #01CDD6

Tints of Dark Turquoise #01CDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.95%

R = 0.24%
G = 48.81%
B = 50.95%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01CDD6 (or 0x01CDD6) is known color: Dark Turquoise. HEX triplet: 01, CD and D6. RGB value is (1,205,214). Sum of RGB (Red+Green+Blue) = 1+205+214=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #01CDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDD6 is #FE3229. Grayscale: #909090. Windows color (decimal): -16658986 or 14077185. OLE color: 14077185.

HSL color Cylindrical-coordinate representation of color #01CDD6: hue angle of 182.54º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDD6 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 205 214 -
CMYK 1.00 0.04 0 0.16
HSL 182.54º 0.99% 0.42% -
HSV(B) 182.54º 1% 0.84% -
XYZ 33.98 48.52 71.19 -
YUV 145.03 166.91 25.27 -
System Red Green Blue C M Y K H S L
Decimal 1 205 214 1.00 0.04 0 0.16 182.54 0.99 0.42
Hex 1 CD D6 64 4 0 10 B7 63 2A
Octal 1 315 326 144 4 0 20 267 143 52
Binary 1 11001101 11010110 1100100 100 0 10000 10110111 1100011 101010

Color Harmonies of #01CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDD6

Black with #01CDD6

Text Example


Text Example

White with #01CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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