Html Css Color HEX #1DC5D1 Dark Turquoise

📋 copy color: '#1DC5D1'

red 29 ◦ green 197 ◦ blue 209

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

Shades of Dark Turquoise #1DC5D1

Tints of Dark Turquoise #1DC5D1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

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

R = 6.67%
G = 45.29%
B = 48.05%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DC5D1 (or 0x1DC5D1) is known color: Dark Turquoise. HEX triplet: 1D, C5 and D1. RGB value is (29,197,209). Sum of RGB (Red+Green+Blue) = 29+197+209=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #1DC5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC5D1 is #E23A2E. Grayscale: #939393. Windows color (decimal): -14826031 or 13747485. OLE color: 13747485.

HSL color Cylindrical-coordinate representation of color #1DC5D1: hue angle of 184º 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 #1DC5D1 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 197 209 -
CMYK 0.86 0.06 0 0.18
HSL 184º 0.76% 0.47% -
HSV(B) 184º 0.86% 0.82% -
XYZ 31.98 44.8 67.28 -
YUV 148.14 162.34 43.02 -
System Red Green Blue C M Y K H S L
Decimal 29 197 209 0.86 0.06 0 0.18 184 0.76 0.47
Hex 1D C5 D1 56 6 0 12 B8 4C 2F
Octal 35 305 321 126 6 0 22 270 114 57
Binary 11101 11000101 11010001 1010110 110 0 10010 10111000 1001100 101111

Color Harmonies of #1DC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC5D1

Black with #1DC5D1

Text Example


Text Example

White with #1DC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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