Html Css Color HEX #29DCCB Turquoise

📋 copy color: '#29DCCB'

red 41 ◦ green 220 ◦ blue 203

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

Shades of Turquoise #29DCCB

Tints of Turquoise #29DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 8.84%
G = 47.41%
B = 43.75%

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

#29DCCB (or 0x29DCCB) is known color: Turquoise. HEX triplet: 29, DC and CB. RGB value is (41,220,203). Sum of RGB (Red+Green+Blue) = 41+220+203=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCCB is #D62334. Grayscale: #A4A4A4. Windows color (decimal): -14033717 or 13360169. OLE color: 13360169.

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

Color convert

RGB 41 220 203 -
CMYK 0.81 0 0.08 0.14
HSL 174.3º 0.72% 0.51% -
HSV(B) 174.3º 0.81% 0.86% -
XYZ 37.29 55.97 65.34 -
YUV 164.54 149.7 39.88 -
System Red Green Blue C M Y K H S L
Decimal 41 220 203 0.81 0 0.08 0.14 174.3 0.72 0.51
Hex 29 DC CB 51 0 8 E AE 48 33
Octal 51 334 313 121 0 10 16 256 110 63
Binary 101001 11011100 11001011 1010001 0 1000 1110 10101110 1001000 110011

Color Harmonies of #29DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCCB

Black with #29DCCB

Text Example


Text Example

White with #29DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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