Html Css Color HEX #1DCADC Dark Turquoise

📋 copy color: '#1DCADC'

red 29 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #1DCADC

Tints of Dark Turquoise #1DCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

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

R = 6.43%
G = 44.79%
B = 48.78%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DCADC (or 0x1DCADC) is known color: Dark Turquoise. HEX triplet: 1D, CA and DC. RGB value is (29,202,220). Sum of RGB (Red+Green+Blue) = 29+202+220=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCADC is #E23523. Grayscale: #989898. Windows color (decimal): -14824740 or 14469661. OLE color: 14469661.

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

Color convert

RGB 29 202 220 -
CMYK 0.87 0.08 0 0.14
HSL 185.65º 0.77% 0.49% -
HSV(B) 185.65º 0.87% 0.86% -
XYZ 34.55 47.67 75.09 -
YUV 152.33 166.19 40.04 -
System Red Green Blue C M Y K H S L
Decimal 29 202 220 0.87 0.08 0 0.14 185.65 0.77 0.49
Hex 1D CA DC 57 8 0 E BA 4D 31
Octal 35 312 334 127 10 0 16 272 115 61
Binary 11101 11001010 11011100 1010111 1000 0 1110 10111010 1001101 110001

Color Harmonies of #1DCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCADC

Black with #1DCADC

Text Example


Text Example

White with #1DCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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