Html Css Color HEX #29DBDD Turquoise

📋 copy color: '#29DBDD'

red 41 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #29DBDD

Tints of Turquoise #29DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 8.52%
G = 45.53%
B = 45.95%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29DBDD (or 0x29DBDD) is known color: Turquoise. HEX triplet: 29, DB and DD. RGB value is (41,219,221). Sum of RGB (Red+Green+Blue) = 41+219+221=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #29DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBDD is #D62422. Grayscale: #A5A5A5. Windows color (decimal): -14033955 or 14539561. OLE color: 14539561.

HSL color Cylindrical-coordinate representation of color #29DBDD: hue angle of 180.67º 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 #29DBDD is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 219 221 -
CMYK 0.81 0.01 0 0.13
HSL 180.67º 0.73% 0.51% -
HSV(B) 180.67º 0.81% 0.87% -
XYZ 39.3 56.35 77.21 -
YUV 166.01 159.03 38.84 -
System Red Green Blue C M Y K H S L
Decimal 41 219 221 0.81 0.01 0 0.13 180.67 0.73 0.51
Hex 29 DB DD 51 1 0 D B5 49 33
Octal 51 333 335 121 1 0 15 265 111 63
Binary 101001 11011011 11011101 1010001 1 0 1101 10110101 1001001 110011

Color Harmonies of #29DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBDD

Black with #29DBDD

Text Example


Text Example

White with #29DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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