Html Css Color HEX #29EEC0 Turquoise

📋 copy color: '#29EEC0'

red 41 ◦ green 238 ◦ blue 192

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

Shades of Turquoise #29EEC0

Tints of Turquoise #29EEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.53%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 8.7%
G = 50.53%
B = 40.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#29EEC0 (or 0x29EEC0) is known color: Turquoise. HEX triplet: 29, EE and C0. RGB value is (41,238,192). Sum of RGB (Red+Green+Blue) = 41+238+192=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEC0 is #D6113F. Grayscale: #ADADAD. Windows color (decimal): -14029120 or 12643881. OLE color: 12643881.

HSL color Cylindrical-coordinate representation of color #29EEC0: hue angle of 165.99º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EEC0 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 238 192 -
CMYK 0.83 0 0.19 0.07
HSL 165.99º 0.85% 0.55% -
HSV(B) 165.99º 0.83% 0.93% -
XYZ 41 65.43 60.34 -
YUV 173.85 138.23 33.24 -
System Red Green Blue C M Y K H S L
Decimal 41 238 192 0.83 0 0.19 0.07 165.99 0.85 0.55
Hex 29 EE C0 53 0 13 7 A6 55 37
Octal 51 356 300 123 0 23 7 246 125 67
Binary 101001 11101110 11000000 1010011 0 10011 111 10100110 1010101 110111

Color Harmonies of #29EEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEC0

Black with #29EEC0

Text Example


Text Example

White with #29EEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,238,192); }

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

background-color css

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

 a { background-color: rgb(41,238,192); }

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

border-color css

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

 span { border-color: rgb(41,238,192); }

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