Html Css Color HEX #29FEC9 Turquoise

📋 copy color: '#29FEC9'

red 41 ◦ green 254 ◦ blue 201

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

Shades of Turquoise #29FEC9

Tints of Turquoise #29FEC9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.21%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 8.27%
G = 51.21%
B = 40.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#29FEC9 (or 0x29FEC9) is known color: Turquoise. HEX triplet: 29, FE and C9. RGB value is (41,254,201). Sum of RGB (Red+Green+Blue) = 41+254+201=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC9 is #D60136. Grayscale: #B8B8B8. Windows color (decimal): -14025015 or 13237801. OLE color: 13237801.

HSL color Cylindrical-coordinate representation of color #29FEC9: hue angle of 165.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEC9 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 254 201 -
CMYK 0.84 0 0.21 0.00
HSL 165.07º 0.99% 0.58% -
HSV(B) 165.07º 0.84% 1% -
XYZ 46.9 75.57 67.37 -
YUV 184.27 137.43 25.81 -
System Red Green Blue C M Y K H S L
Decimal 41 254 201 0.84 0 0.21 0.00 165.07 0.99 0.58
Hex 29 FE C9 54 0 15 0 A5 63 3A
Octal 51 376 311 124 0 25 0 245 143 72
Binary 101001 11111110 11001001 1010100 0 10101 0 10100101 1100011 111010

Color Harmonies of #29FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEC9

Black with #29FEC9

Text Example


Text Example

White with #29FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,254,201); }

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

background-color css

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

 a { background-color: rgb(41,254,201); }

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

border-color css

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

 span { border-color: rgb(41,254,201); }

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