Html Css Color HEX #29D3DC Turquoise

📋 copy color: '#29D3DC'

red 41 ◦ green 211 ◦ blue 220

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

Shades of Turquoise #29D3DC

Tints of Turquoise #29D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 8.69%
G = 44.7%
B = 46.61%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29D3DC (or 0x29D3DC) is known color: Turquoise. HEX triplet: 29, D3 and DC. RGB value is (41,211,220). Sum of RGB (Red+Green+Blue) = 41+211+220=472 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.69% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #29D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D3DC is #D62C23. Grayscale: #A0A0A0. Windows color (decimal): -14036004 or 14471977. OLE color: 14471977.

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

Color convert

RGB 41 211 220 -
CMYK 0.81 0.04 0 0.14
HSL 183.02º 0.72% 0.51% -
HSV(B) 183.02º 0.81% 0.86% -
XYZ 37.13 52.23 75.83 -
YUV 161.2 161.18 42.27 -
System Red Green Blue C M Y K H S L
Decimal 41 211 220 0.81 0.04 0 0.14 183.02 0.72 0.51
Hex 29 D3 DC 51 4 0 E B7 48 33
Octal 51 323 334 121 4 0 16 267 110 63
Binary 101001 11010011 11011100 1010001 100 0 1110 10110111 1001000 110011

Color Harmonies of #29D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D3DC

Black with #29D3DC

Text Example


Text Example

White with #29D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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