Html Css Color HEX #1DC4DD Dark Turquoise

📋 copy color: '#1DC4DD'

red 29 ◦ green 196 ◦ blue 221

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

Shades of Dark Turquoise #1DC4DD

Tints of Dark Turquoise #1DC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.95%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 6.5%
G = 43.95%
B = 49.55%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DC4DD (or 0x1DC4DD) is known color: Dark Turquoise. HEX triplet: 1D, C4 and DD. RGB value is (29,196,221). Sum of RGB (Red+Green+Blue) = 29+196+221=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DC4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC4DD is #E23B22. Grayscale: #949494. Windows color (decimal): -14826275 or 14533661. OLE color: 14533661.

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

Color convert

RGB 29 196 221 -
CMYK 0.87 0.11 0 0.13
HSL 187.81º 0.77% 0.49% -
HSV(B) 187.81º 0.87% 0.87% -
XYZ 33.3 44.96 75.33 -
YUV 148.92 168.67 42.47 -
System Red Green Blue C M Y K H S L
Decimal 29 196 221 0.87 0.11 0 0.13 187.81 0.77 0.49
Hex 1D C4 DD 57 B 0 D BC 4D 31
Octal 35 304 335 127 13 0 15 274 115 61
Binary 11101 11000100 11011101 1010111 1011 0 1101 10111100 1001101 110001

Color Harmonies of #1DC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC4DD

Black with #1DC4DD

Text Example


Text Example

White with #1DC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,196,221); }

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

background-color css

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

 a { background-color: rgb(29,196,221); }

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

border-color css

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

 span { border-color: rgb(29,196,221); }

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