Html Css Color HEX #29DAD2 Turquoise

📋 copy color: '#29DAD2'

red 41 ◦ green 218 ◦ blue 210

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

Shades of Turquoise #29DAD2

Tints of Turquoise #29DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.78%

R = 8.74%
G = 46.48%
B = 44.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#29DAD2 (or 0x29DAD2) is known color: Turquoise. HEX triplet: 29, DA and D2. RGB value is (41,218,210). Sum of RGB (Red+Green+Blue) = 41+218+210=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DAD2 is #D6252D. Grayscale: #A4A4A4. Windows color (decimal): -14034222 or 13818409. OLE color: 13818409.

HSL color Cylindrical-coordinate representation of color #29DAD2: hue angle of 177.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DAD2 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 218 210 -
CMYK 0.81 0 0.04 0.15
HSL 177.29º 0.71% 0.51% -
HSV(B) 177.29º 0.81% 0.85% -
XYZ 37.62 55.27 69.66 -
YUV 164.17 153.86 40.15 -
System Red Green Blue C M Y K H S L
Decimal 41 218 210 0.81 0 0.04 0.15 177.29 0.71 0.51
Hex 29 DA D2 51 0 4 F B1 47 33
Octal 51 332 322 121 0 4 17 261 107 63
Binary 101001 11011010 11010010 1010001 0 100 1111 10110001 1000111 110011

Color Harmonies of #29DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DAD2

Black with #29DAD2

Text Example


Text Example

White with #29DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,218,210); }

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

background-color css

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

 a { background-color: rgb(41,218,210); }

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

border-color css

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

 span { border-color: rgb(41,218,210); }

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