Html Css Color HEX #29E7E0 Turquoise

📋 copy color: '#29E7E0'

red 41 ◦ green 231 ◦ blue 224

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

Shades of Turquoise #29E7E0

Tints of Turquoise #29E7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 8.27%
G = 46.57%
B = 45.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#29E7E0 (or 0x29E7E0) is known color: Turquoise. HEX triplet: 29, E7 and E0. RGB value is (41,231,224). Sum of RGB (Red+Green+Blue) = 41+231+224=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #29E7E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E7E0 is #D6181F. Grayscale: #ADADAD. Windows color (decimal): -14030880 or 14739241. OLE color: 14739241.

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

Color convert

RGB 41 231 224 -
CMYK 0.82 0 0.03 0.09
HSL 177.79º 0.8% 0.53% -
HSV(B) 177.79º 0.82% 0.91% -
XYZ 42.94 63.01 80.42 -
YUV 173.39 156.55 33.57 -
System Red Green Blue C M Y K H S L
Decimal 41 231 224 0.82 0 0.03 0.09 177.79 0.8 0.53
Hex 29 E7 E0 52 0 3 9 B2 50 35
Octal 51 347 340 122 0 3 11 262 120 65
Binary 101001 11100111 11100000 1010010 0 11 1001 10110010 1010000 110101

Color Harmonies of #29E7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E7E0

Black with #29E7E0

Text Example


Text Example

White with #29E7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,231,224); }

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

background-color css

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

 a { background-color: rgb(41,231,224); }

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

border-color css

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

 span { border-color: rgb(41,231,224); }

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