Html Css Color HEX #1DDEC9 Bright Turquoise

📋 copy color: '#1DDEC9'

red 29 ◦ green 222 ◦ blue 201

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

Shades of Bright Turquoise #1DDEC9

Tints of Bright Turquoise #1DDEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 6.42%
G = 49.12%
B = 44.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#1DDEC9 (or 0x1DDEC9) is known color: Bright Turquoise. HEX triplet: 1D, DE and C9. RGB value is (29,222,201). Sum of RGB (Red+Green+Blue) = 29+222+201=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEC9 is #E22136. Grayscale: #A1A1A1. Windows color (decimal): -14819639 or 13229597. OLE color: 13229597.

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

Color convert

RGB 29 222 201 -
CMYK 0.87 0 0.09 0.13
HSL 173.47º 0.77% 0.49% -
HSV(B) 173.47º 0.87% 0.87% -
XYZ 37.17 56.72 64.25 -
YUV 161.9 150.06 33.21 -
System Red Green Blue C M Y K H S L
Decimal 29 222 201 0.87 0 0.09 0.13 173.47 0.77 0.49
Hex 1D DE C9 57 0 9 D AD 4D 31
Octal 35 336 311 127 0 11 15 255 115 61
Binary 11101 11011110 11001001 1010111 0 1001 1101 10101101 1001101 110001

Color Harmonies of #1DDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEC9

Black with #1DDEC9

Text Example


Text Example

White with #1DDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,222,201); }

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

background-color css

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

 a { background-color: rgb(29,222,201); }

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

border-color css

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

 span { border-color: rgb(29,222,201); }

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