Html Css Color HEX #1DCCDF Dark Turquoise

📋 copy color: '#1DCCDF'

red 29 ◦ green 204 ◦ blue 223

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

Shades of Dark Turquoise #1DCCDF

Tints of Dark Turquoise #1DCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 6.36%
G = 44.74%
B = 48.9%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DCCDF (or 0x1DCCDF) is known color: Dark Turquoise. HEX triplet: 1D, CC and DF. RGB value is (29,204,223). Sum of RGB (Red+Green+Blue) = 29+204+223=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCDF is #E23320. Grayscale: #999999. Windows color (decimal): -14824225 or 14666781. OLE color: 14666781.

HSL color Cylindrical-coordinate representation of color #1DCCDF: hue angle of 185.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCCDF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 204 223 -
CMYK 0.87 0.09 0 0.13
HSL 185.88º 0.77% 0.49% -
HSV(B) 185.88º 0.87% 0.87% -
XYZ 35.42 48.77 77.36 -
YUV 153.84 167.02 38.96 -
System Red Green Blue C M Y K H S L
Decimal 29 204 223 0.87 0.09 0 0.13 185.88 0.77 0.49
Hex 1D CC DF 57 9 0 D BA 4D 31
Octal 35 314 337 127 11 0 15 272 115 61
Binary 11101 11001100 11011111 1010111 1001 0 1101 10111010 1001101 110001

Color Harmonies of #1DCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCDF

Black with #1DCCDF

Text Example


Text Example

White with #1DCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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