Html Css Color HEX #29DCCA Turquoise

📋 copy color: '#29DCCA'

red 41 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #29DCCA

Tints of Turquoise #29DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 8.86%
G = 47.52%
B = 43.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#29DCCA (or 0x29DCCA) is known color: Turquoise. HEX triplet: 29, DC and CA. RGB value is (41,220,202). Sum of RGB (Red+Green+Blue) = 41+220+202=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCCA is #D62335. Grayscale: #A4A4A4. Windows color (decimal): -14033718 or 13294633. OLE color: 13294633.

HSL color Cylindrical-coordinate representation of color #29DCCA: hue angle of 173.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DCCA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 202 -
CMYK 0.81 0 0.08 0.14
HSL 173.97º 0.72% 0.51% -
HSV(B) 173.97º 0.81% 0.86% -
XYZ 37.17 55.92 64.71 -
YUV 164.43 149.2 39.96 -
System Red Green Blue C M Y K H S L
Decimal 41 220 202 0.81 0 0.08 0.14 173.97 0.72 0.51
Hex 29 DC CA 51 0 8 E AE 48 33
Octal 51 334 312 121 0 10 16 256 110 63
Binary 101001 11011100 11001010 1010001 0 1000 1110 10101110 1001000 110011

Color Harmonies of #29DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCCA

Black with #29DCCA

Text Example


Text Example

White with #29DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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