Html Css Color HEX #29E4D0 Turquoise

📋 copy color: '#29E4D0'

red 41 ◦ green 228 ◦ blue 208

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

Shades of Turquoise #29E4D0

Tints of Turquoise #29E4D0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.8%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 8.6%
G = 47.8%
B = 43.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#29E4D0 (or 0x29E4D0) is known color: Turquoise. HEX triplet: 29, E4 and D0. RGB value is (41,228,208). Sum of RGB (Red+Green+Blue) = 41+228+208=477 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.60% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #29E4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E4D0 is #D61B2F. Grayscale: #A9A9A9. Windows color (decimal): -14031664 or 13689897. OLE color: 13689897.

HSL color Cylindrical-coordinate representation of color #29E4D0: hue angle of 173.58º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E4D0 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 228 208 -
CMYK 0.82 0 0.09 0.11
HSL 173.58º 0.78% 0.53% -
HSV(B) 173.58º 0.82% 0.89% -
XYZ 40.04 60.51 69.24 -
YUV 169.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 41 228 208 0.82 0 0.09 0.11 173.58 0.78 0.53
Hex 29 E4 D0 52 0 9 B AE 4E 35
Octal 51 344 320 122 0 11 13 256 116 65
Binary 101001 11100100 11010000 1010010 0 1001 1011 10101110 1001110 110101

Color Harmonies of #29E4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E4D0

Black with #29E4D0

Text Example


Text Example

White with #29E4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,228,208); }

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

background-color css

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

 a { background-color: rgb(41,228,208); }

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

border-color css

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

 span { border-color: rgb(41,228,208); }

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