Html Css Color HEX #1DC6D1 Dark Turquoise

📋 copy color: '#1DC6D1'

red 29 ◦ green 198 ◦ blue 209

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

Shades of Dark Turquoise #1DC6D1

Tints of Dark Turquoise #1DC6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.94%

R = 6.65%
G = 45.41%
B = 47.94%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DC6D1 (or 0x1DC6D1) is known color: Dark Turquoise. HEX triplet: 1D, C6 and D1. RGB value is (29,198,209). Sum of RGB (Red+Green+Blue) = 29+198+209=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DC6D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC6D1 is #E2392E. Grayscale: #949494. Windows color (decimal): -14825775 or 13747741. OLE color: 13747741.

HSL color Cylindrical-coordinate representation of color #1DC6D1: hue angle of 183.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC6D1 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 198 209 -
CMYK 0.86 0.05 0 0.18
HSL 183.67º 0.76% 0.47% -
HSV(B) 183.67º 0.86% 0.82% -
XYZ 32.21 45.25 67.36 -
YUV 148.72 162.01 42.61 -
System Red Green Blue C M Y K H S L
Decimal 29 198 209 0.86 0.05 0 0.18 183.67 0.76 0.47
Hex 1D C6 D1 56 5 0 12 B8 4C 2F
Octal 35 306 321 126 5 0 22 270 114 57
Binary 11101 11000110 11010001 1010110 101 0 10010 10111000 1001100 101111

Color Harmonies of #1DC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC6D1

Black with #1DC6D1

Text Example


Text Example

White with #1DC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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