Html Css Color HEX #1DC6DD Dark Turquoise

📋 copy color: '#1DC6DD'

red 29 ◦ green 198 ◦ blue 221

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

Shades of Dark Turquoise #1DC6DD

Tints of Dark Turquoise #1DC6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.2%

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

R = 6.47%
G = 44.2%
B = 49.33%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DC6DD (or 0x1DC6DD) is known color: Dark Turquoise. HEX triplet: 1D, C6 and DD. RGB value is (29,198,221). Sum of RGB (Red+Green+Blue) = 29+198+221=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DC6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC6DD is #E23922. Grayscale: #959595. Windows color (decimal): -14825763 or 14534173. OLE color: 14534173.

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

Color convert

RGB 29 198 221 -
CMYK 0.87 0.10 0 0.13
HSL 187.19º 0.77% 0.49% -
HSV(B) 187.19º 0.87% 0.87% -
XYZ 33.75 45.87 75.48 -
YUV 150.09 168.01 41.63 -
System Red Green Blue C M Y K H S L
Decimal 29 198 221 0.87 0.10 0 0.13 187.19 0.77 0.49
Hex 1D C6 DD 57 A 0 D BB 4D 31
Octal 35 306 335 127 12 0 15 273 115 61
Binary 11101 11000110 11011101 1010111 1010 0 1101 10111011 1001101 110001

Color Harmonies of #1DC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC6DD

Black with #1DC6DD

Text Example


Text Example

White with #1DC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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