Html Css Color HEX #29DCDD Turquoise

📋 copy color: '#29DCDD'

red 41 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #29DCDD

Tints of Turquoise #29DCDD

RGB

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

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

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

R = 8.51%
G = 45.64%
B = 45.85%

CMYK

 C value IS 0.81

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29DCDD (or 0x29DCDD) is known color: Turquoise. HEX triplet: 29, DC and DD. RGB value is (41,220,221). Sum of RGB (Red+Green+Blue) = 41+220+221=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #29DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCDD is #D62322. Grayscale: #A6A6A6. Windows color (decimal): -14033699 or 14539817. OLE color: 14539817.

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

Color convert

RGB 41 220 221 -
CMYK 0.81 0.00 0 0.13
HSL 180.33º 0.73% 0.51% -
HSV(B) 180.33º 0.81% 0.87% -
XYZ 39.56 56.88 77.3 -
YUV 166.59 158.7 38.42 -
System Red Green Blue C M Y K H S L
Decimal 41 220 221 0.81 0.00 0 0.13 180.33 0.73 0.51
Hex 29 DC DD 51 0 0 D B4 49 33
Octal 51 334 335 121 0 0 15 264 111 63
Binary 101001 11011100 11011101 1010001 0 0 1101 10110100 1001001 110011

Color Harmonies of #29DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCDD

Black with #29DCDD

Text Example


Text Example

White with #29DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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