Html Css Color HEX #1DCBDA Dark Turquoise

📋 copy color: '#1DCBDA'

red 29 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #1DCBDA

Tints of Dark Turquoise #1DCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 6.44%
G = 45.11%
B = 48.44%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1DCBDA (or 0x1DCBDA) is known color: Dark Turquoise. HEX triplet: 1D, CB and DA. RGB value is (29,203,218). Sum of RGB (Red+Green+Blue) = 29+203+218=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBDA is #E23425. Grayscale: #989898. Windows color (decimal): -14824486 or 14338845. OLE color: 14338845.

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

Color convert

RGB 29 203 218 -
CMYK 0.87 0.07 0 0.15
HSL 184.76º 0.77% 0.48% -
HSV(B) 184.76º 0.87% 0.85% -
XYZ 34.52 48.04 73.78 -
YUV 152.68 164.85 39.78 -
System Red Green Blue C M Y K H S L
Decimal 29 203 218 0.87 0.07 0 0.15 184.76 0.77 0.48
Hex 1D CB DA 57 7 0 F B9 4D 30
Octal 35 313 332 127 7 0 17 271 115 60
Binary 11101 11001011 11011010 1010111 111 0 1111 10111001 1001101 110000

Color Harmonies of #1DCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBDA

Black with #1DCBDA

Text Example


Text Example

White with #1DCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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