Html Css Color HEX #1DD7CC Dark Turquoise

📋 copy color: '#1DD7CC'

red 29 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #1DD7CC

Tints of Dark Turquoise #1DD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 6.47%
G = 47.99%
B = 45.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#1DD7CC (or 0x1DD7CC) is known color: Dark Turquoise. HEX triplet: 1D, D7 and CC. RGB value is (29,215,204). Sum of RGB (Red+Green+Blue) = 29+215+204=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD7CC is #E22833. Grayscale: #9D9D9D. Windows color (decimal): -14821428 or 13424413. OLE color: 13424413.

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

Color convert

RGB 29 215 204 -
CMYK 0.87 0 0.05 0.16
HSL 176.45º 0.76% 0.48% -
HSV(B) 176.45º 0.87% 0.84% -
XYZ 35.71 53.22 65.52 -
YUV 158.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 29 215 204 0.87 0 0.05 0.16 176.45 0.76 0.48
Hex 1D D7 CC 57 0 5 10 B0 4C 30
Octal 35 327 314 127 0 5 20 260 114 60
Binary 11101 11010111 11001100 1010111 0 101 10000 10110000 1001100 110000

Color Harmonies of #1DD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD7CC

Black with #1DD7CC

Text Example


Text Example

White with #1DD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,204); }

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

background-color css

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

 a { background-color: rgb(29,215,204); }

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

border-color css

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

 span { border-color: rgb(29,215,204); }

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