Html Css Color HEX #1DDDC4 Bright Turquoise

📋 copy color: '#1DDDC4'

red 29 ◦ green 221 ◦ blue 196

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

Shades of Bright Turquoise #1DDDC4

Tints of Bright Turquoise #1DDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.55%

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 6.5%
G = 49.55%
B = 43.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#1DDDC4 (or 0x1DDDC4) is known color: Bright Turquoise. HEX triplet: 1D, DD and C4. RGB value is (29,221,196). Sum of RGB (Red+Green+Blue) = 29+221+196=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDC4 is #E2223B. Grayscale: #A0A0A0. Windows color (decimal): -14819900 or 12901661. OLE color: 12901661.

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

Color convert

RGB 29 221 196 -
CMYK 0.87 0 0.11 0.13
HSL 172.19º 0.77% 0.49% -
HSV(B) 172.19º 0.87% 0.87% -
XYZ 36.33 55.96 61.11 -
YUV 160.74 147.89 34.03 -
System Red Green Blue C M Y K H S L
Decimal 29 221 196 0.87 0 0.11 0.13 172.19 0.77 0.49
Hex 1D DD C4 57 0 B D AC 4D 31
Octal 35 335 304 127 0 13 15 254 115 61
Binary 11101 11011101 11000100 1010111 0 1011 1101 10101100 1001101 110001

Color Harmonies of #1DDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDC4

Black with #1DDDC4

Text Example


Text Example

White with #1DDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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