Html Css Color HEX #1DCCDB Dark Turquoise

📋 copy color: '#1DCCDB'

red 29 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #1DCCDB

Tints of Dark Turquoise #1DCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 6.42%
G = 45.13%
B = 48.45%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DCCDB (or 0x1DCCDB) is known color: Dark Turquoise. HEX triplet: 1D, CC and DB. RGB value is (29,204,219). Sum of RGB (Red+Green+Blue) = 29+204+219=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCDB is #E23324. Grayscale: #999999. Windows color (decimal): -14824229 or 14404637. OLE color: 14404637.

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

Color convert

RGB 29 204 219 -
CMYK 0.87 0.07 0 0.14
HSL 184.74º 0.77% 0.49% -
HSV(B) 184.74º 0.87% 0.86% -
XYZ 34.89 48.56 74.55 -
YUV 153.39 165.02 39.28 -
System Red Green Blue C M Y K H S L
Decimal 29 204 219 0.87 0.07 0 0.14 184.74 0.77 0.49
Hex 1D CC DB 57 7 0 E B9 4D 31
Octal 35 314 333 127 7 0 16 271 115 61
Binary 11101 11001100 11011011 1010111 111 0 1110 10111001 1001101 110001

Color Harmonies of #1DCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCDB

Black with #1DCCDB

Text Example


Text Example

White with #1DCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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