Html Css Color HEX #1DDADC Bright Turquoise

📋 copy color: '#1DDADC'

red 29 ◦ green 218 ◦ blue 220

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

Shades of Bright Turquoise #1DDADC

Tints of Bright Turquoise #1DDADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 6.21%
G = 46.68%
B = 47.11%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DDADC (or 0x1DDADC) is known color: Bright Turquoise. HEX triplet: 1D, DA and DC. RGB value is (29,218,220). Sum of RGB (Red+Green+Blue) = 29+218+220=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDADC is #E22523. Grayscale: #A1A1A1. Windows color (decimal): -14820644 or 14473757. OLE color: 14473757.

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

Color convert

RGB 29 218 220 -
CMYK 0.87 0.01 0 0.14
HSL 180.63º 0.77% 0.49% -
HSV(B) 180.63º 0.87% 0.86% -
XYZ 38.5 55.57 76.41 -
YUV 161.72 160.88 33.34 -
System Red Green Blue C M Y K H S L
Decimal 29 218 220 0.87 0.01 0 0.14 180.63 0.77 0.49
Hex 1D DA DC 57 1 0 E B5 4D 31
Octal 35 332 334 127 1 0 16 265 115 61
Binary 11101 11011010 11011100 1010111 1 0 1110 10110101 1001101 110001

Color Harmonies of #1DDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDADC

Black with #1DDADC

Text Example


Text Example

White with #1DDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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