Html Css Color HEX #1DD5CE Dark Turquoise

📋 copy color: '#1DD5CE'

red 29 ◦ green 213 ◦ blue 206

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

Shades of Dark Turquoise #1DD5CE

Tints of Dark Turquoise #1DD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 6.47%
G = 47.54%
B = 45.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#1DD5CE (or 0x1DD5CE) is known color: Dark Turquoise. HEX triplet: 1D, D5 and CE. RGB value is (29,213,206). Sum of RGB (Red+Green+Blue) = 29+213+206=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD5CE is #E22A31. Grayscale: #9D9D9D. Windows color (decimal): -14821938 or 13554973. OLE color: 13554973.

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

Color convert

RGB 29 213 206 -
CMYK 0.86 0 0.03 0.16
HSL 177.72º 0.76% 0.47% -
HSV(B) 177.72º 0.86% 0.84% -
XYZ 35.44 52.31 66.62 -
YUV 157.19 155.54 36.57 -
System Red Green Blue C M Y K H S L
Decimal 29 213 206 0.86 0 0.03 0.16 177.72 0.76 0.47
Hex 1D D5 CE 56 0 3 10 B2 4C 2F
Octal 35 325 316 126 0 3 20 262 114 57
Binary 11101 11010101 11001110 1010110 0 11 10000 10110010 1001100 101111

Color Harmonies of #1DD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD5CE

Black with #1DD5CE

Text Example


Text Example

White with #1DD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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