Html Css Color HEX #29D8DD Turquoise

📋 copy color: '#29D8DD'

red 41 ◦ green 216 ◦ blue 221

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

Shades of Turquoise #29D8DD

Tints of Turquoise #29D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

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

R = 8.58%
G = 45.19%
B = 46.23%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29D8DD (or 0x29D8DD) is known color: Turquoise. HEX triplet: 29, D8 and DD. RGB value is (41,216,221). Sum of RGB (Red+Green+Blue) = 41+216+221=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #29D8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D8DD is #D62722. Grayscale: #A4A4A4. Windows color (decimal): -14034723 or 14538793. OLE color: 14538793.

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

Color convert

RGB 41 216 221 -
CMYK 0.81 0.02 0 0.13
HSL 181.67º 0.73% 0.51% -
HSV(B) 181.67º 0.81% 0.87% -
XYZ 38.52 54.8 76.95 -
YUV 164.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 41 216 221 0.81 0.02 0 0.13 181.67 0.73 0.51
Hex 29 D8 DD 51 2 0 D B6 49 33
Octal 51 330 335 121 2 0 15 266 111 63
Binary 101001 11011000 11011101 1010001 10 0 1101 10110110 1001001 110011

Color Harmonies of #29D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D8DD

Black with #29D8DD

Text Example


Text Example

White with #29D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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