Html Css Color HEX #1DCDDC Dark Turquoise

📋 copy color: '#1DCDDC'

red 29 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #1DCDDC

Tints of Dark Turquoise #1DCDDC

RGB

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

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

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

R = 6.39%
G = 45.15%
B = 48.46%

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

#1DCDDC (or 0x1DCDDC) is known color: Dark Turquoise. HEX triplet: 1D, CD and DC. RGB value is (29,205,220). Sum of RGB (Red+Green+Blue) = 29+205+220=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDDC is #E23223. Grayscale: #999999. Windows color (decimal): -14823972 or 14470429. OLE color: 14470429.

HSL color Cylindrical-coordinate representation of color #1DCDDC: hue angle of 184.71º 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 #1DCDDC is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 205 220 -
CMYK 0.87 0.07 0 0.14
HSL 184.71º 0.77% 0.49% -
HSV(B) 184.71º 0.87% 0.86% -
XYZ 35.26 49.09 75.33 -
YUV 154.09 165.19 38.78 -
System Red Green Blue C M Y K H S L
Decimal 29 205 220 0.87 0.07 0 0.14 184.71 0.77 0.49
Hex 1D CD DC 57 7 0 E B9 4D 31
Octal 35 315 334 127 7 0 16 271 115 61
Binary 11101 11001101 11011100 1010111 111 0 1110 10111001 1001101 110001

Color Harmonies of #1DCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDDC

Black with #1DCDDC

Text Example


Text Example

White with #1DCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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