Html Css Color HEX #1DC9D5 Dark Turquoise

📋 copy color: '#1DC9D5'

red 29 ◦ green 201 ◦ blue 213

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

Shades of Dark Turquoise #1DC9D5

Tints of Dark Turquoise #1DC9D5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 213 (83.59% from 255) = 48.08%

R = 6.55%
G = 45.37%
B = 48.08%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DC9D5 (or 0x1DC9D5) is known color: Dark Turquoise. HEX triplet: 1D, C9 and D5. RGB value is (29,201,213). Sum of RGB (Red+Green+Blue) = 29+201+213=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #1DC9D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC9D5 is #E2362A. Grayscale: #969696. Windows color (decimal): -14825003 or 14010653. OLE color: 14010653.

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

Color convert

RGB 29 201 213 -
CMYK 0.86 0.06 0 0.16
HSL 183.91º 0.76% 0.47% -
HSV(B) 183.91º 0.86% 0.84% -
XYZ 33.4 46.84 70.23 -
YUV 150.94 163.02 41.02 -
System Red Green Blue C M Y K H S L
Decimal 29 201 213 0.86 0.06 0 0.16 183.91 0.76 0.47
Hex 1D C9 D5 56 6 0 10 B8 4C 2F
Octal 35 311 325 126 6 0 20 270 114 57
Binary 11101 11001001 11010101 1010110 110 0 10000 10111000 1001100 101111

Color Harmonies of #1DC9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC9D5

Black with #1DC9D5

Text Example


Text Example

White with #1DC9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,201,213); }

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

background-color css

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

 a { background-color: rgb(29,201,213); }

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

border-color css

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

 span { border-color: rgb(29,201,213); }

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