Html Css Color HEX #1DCCDC Dark Turquoise

📋 copy color: '#1DCCDC'

red 29 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #1DCCDC

Tints of Dark Turquoise #1DCCDC

RGB

 RED value IS 29 (11.72% from 255) = 6.4%

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 6.4%
G = 45.03%
B = 48.57%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DCCDC (or 0x1DCCDC) is known color: Dark Turquoise. HEX triplet: 1D, CC and DC. RGB value is (29,204,220). Sum of RGB (Red+Green+Blue) = 29+204+220=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCDC is #E23323. Grayscale: #999999. Windows color (decimal): -14824228 or 14470173. OLE color: 14470173.

HSL color Cylindrical-coordinate representation of color #1DCCDC: hue angle of 185.03º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCCDC is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 204 220 -
CMYK 0.87 0.07 0 0.14
HSL 185.03º 0.77% 0.49% -
HSV(B) 185.03º 0.87% 0.86% -
XYZ 35.02 48.61 75.25 -
YUV 153.5 165.52 39.2 -
System Red Green Blue C M Y K H S L
Decimal 29 204 220 0.87 0.07 0 0.14 185.03 0.77 0.49
Hex 1D CC DC 57 7 0 E B9 4D 31
Octal 35 314 334 127 7 0 16 271 115 61
Binary 11101 11001100 11011100 1010111 111 0 1110 10111001 1001101 110001

Color Harmonies of #1DCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCDC

Black with #1DCCDC

Text Example


Text Example

White with #1DCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DCCDC; }

 p { color: rgb(29,204,220); }

 H1.HeaderClassName
 {
   color: #1DCCDC;
 }
 .AnyTagClassName
 {
   color: #1DCCDC;
 }
</style>

background-color css

<style>
 a { background-color: #1DCCDC; }

 a { background-color: rgb(29,204,220); }

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

border-color css

<style>
 span { border-color: #1DCCDC; }

 span { border-color: rgb(29,204,220); }

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