Html Css Color HEX #29DDDA Turquoise

📋 copy color: '#29DDDA'

red 41 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #29DDDA

Tints of Turquoise #29DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 8.54%
G = 46.04%
B = 45.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#29DDDA (or 0x29DDDA) is known color: Turquoise. HEX triplet: 29, DD and DA. RGB value is (41,221,218). Sum of RGB (Red+Green+Blue) = 41+221+218=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDDA is #D62225. Grayscale: #A6A6A6. Windows color (decimal): -14033446 or 14343465. OLE color: 14343465.

HSL color Cylindrical-coordinate representation of color #29DDDA: hue angle of 179º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DDDA is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 221 218 -
CMYK 0.81 0 0.01 0.13
HSL 179º 0.73% 0.51% -
HSV(B) 179º 0.81% 0.87% -
XYZ 39.43 57.25 75.3 -
YUV 166.84 156.87 38.24 -
System Red Green Blue C M Y K H S L
Decimal 41 221 218 0.81 0 0.01 0.13 179 0.73 0.51
Hex 29 DD DA 51 0 1 D B3 49 33
Octal 51 335 332 121 0 1 15 263 111 63
Binary 101001 11011101 11011010 1010001 0 1 1101 10110011 1001001 110011

Color Harmonies of #29DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDDA

Black with #29DDDA

Text Example


Text Example

White with #29DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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