Html Css Color HEX #29DCC9 Turquoise

📋 copy color: '#29DCC9'

red 41 ◦ green 220 ◦ blue 201

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

Shades of Turquoise #29DCC9

Tints of Turquoise #29DCC9

RGB

 RED value IS 41 (16.41% from 255) = 8.87%

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 8.87%
G = 47.62%
B = 43.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#29DCC9 (or 0x29DCC9) is known color: Turquoise. HEX triplet: 29, DC and C9. RGB value is (41,220,201). Sum of RGB (Red+Green+Blue) = 41+220+201=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCC9 is #D62336. Grayscale: #A4A4A4. Windows color (decimal): -14033719 or 13229097. OLE color: 13229097.

HSL color Cylindrical-coordinate representation of color #29DCC9: hue angle of 173.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCC9 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 201 -
CMYK 0.81 0 0.09 0.14
HSL 173.63º 0.72% 0.51% -
HSV(B) 173.63º 0.81% 0.86% -
XYZ 37.05 55.87 64.09 -
YUV 164.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 41 220 201 0.81 0 0.09 0.14 173.63 0.72 0.51
Hex 29 DC C9 51 0 9 E AE 48 33
Octal 51 334 311 121 0 11 16 256 110 63
Binary 101001 11011100 11001001 1010001 0 1001 1110 10101110 1001000 110011

Color Harmonies of #29DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCC9

Black with #29DCC9

Text Example


Text Example

White with #29DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29DCC9; }

 p { color: rgb(41,220,201); }

 H1.HeaderClassName
 {
   color: #29DCC9;
 }
 .AnyTagClassName
 {
   color: #29DCC9;
 }
</style>

background-color css

<style>
 a { background-color: #29DCC9; }

 a { background-color: rgb(41,220,201); }

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

border-color css

<style>
 span { border-color: #29DCC9; }

 span { border-color: rgb(41,220,201); }

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