Html Css Color HEX #1DCBDD Dark Turquoise

📋 copy color: '#1DCBDD'

red 29 ◦ green 203 ◦ blue 221

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

Shades of Dark Turquoise #1DCBDD

Tints of Dark Turquoise #1DCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 6.4%
G = 44.81%
B = 48.79%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DCBDD (or 0x1DCBDD) is known color: Dark Turquoise. HEX triplet: 1D, CB and DD. RGB value is (29,203,221). Sum of RGB (Red+Green+Blue) = 29+203+221=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBDD is #E23422. Grayscale: #989898. Windows color (decimal): -14824483 or 14535453. OLE color: 14535453.

HSL color Cylindrical-coordinate representation of color #1DCBDD: hue angle of 185.62º 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 #1DCBDD is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 203 221 -
CMYK 0.87 0.08 0 0.13
HSL 185.63º 0.77% 0.49% -
HSV(B) 185.63º 0.87% 0.87% -
XYZ 34.91 48.19 75.87 -
YUV 153.03 166.35 39.54 -
System Red Green Blue C M Y K H S L
Decimal 29 203 221 0.87 0.08 0 0.13 185.63 0.77 0.49
Hex 1D CB DD 57 8 0 D BA 4D 31
Octal 35 313 335 127 10 0 15 272 115 61
Binary 11101 11001011 11011101 1010111 1000 0 1101 10111010 1001101 110001

Color Harmonies of #1DCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBDD

Black with #1DCBDD

Text Example


Text Example

White with #1DCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,221); }

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

background-color css

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

 a { background-color: rgb(29,203,221); }

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

border-color css

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

 span { border-color: rgb(29,203,221); }

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