Html Css Color HEX #1DC8D0 Dark Turquoise

📋 copy color: '#1DC8D0'

red 29 ◦ green 200 ◦ blue 208

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

Shades of Dark Turquoise #1DC8D0

Tints of Dark Turquoise #1DC8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 6.64%
G = 45.77%
B = 47.6%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1DC8D0 (or 0x1DC8D0) is known color: Dark Turquoise. HEX triplet: 1D, C8 and D0. RGB value is (29,200,208). Sum of RGB (Red+Green+Blue) = 29+200+208=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #1DC8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DC8D0 is #E2372F. Grayscale: #959595. Windows color (decimal): -14825264 or 13682717. OLE color: 13682717.

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

Color convert

RGB 29 200 208 -
CMYK 0.86 0.04 0 0.18
HSL 182.68º 0.76% 0.46% -
HSV(B) 182.68º 0.86% 0.82% -
XYZ 32.55 46.12 66.86 -
YUV 149.78 160.85 41.85 -
System Red Green Blue C M Y K H S L
Decimal 29 200 208 0.86 0.04 0 0.18 182.68 0.76 0.46
Hex 1D C8 D0 56 4 0 12 B7 4C 2E
Octal 35 310 320 126 4 0 22 267 114 56
Binary 11101 11001000 11010000 1010110 100 0 10010 10110111 1001100 101110

Color Harmonies of #1DC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC8D0

Black with #1DC8D0

Text Example


Text Example

White with #1DC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,200,208); }

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

background-color css

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

 a { background-color: rgb(29,200,208); }

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

border-color css

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

 span { border-color: rgb(29,200,208); }

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