Html Css Color HEX #29FEC8 Turquoise

📋 copy color: '#29FEC8'

red 41 ◦ green 254 ◦ blue 200

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

Shades of Turquoise #29FEC8

Tints of Turquoise #29FEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 8.28%
G = 51.31%
B = 40.4%

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

#29FEC8 (or 0x29FEC8) is known color: Turquoise. HEX triplet: 29, FE and C8. RGB value is (41,254,200). Sum of RGB (Red+Green+Blue) = 41+254+200=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEC8 is #D60137. Grayscale: #B8B8B8. Windows color (decimal): -14025016 or 13172265. OLE color: 13172265.

HSL color Cylindrical-coordinate representation of color #29FEC8: hue angle of 164.79º 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 #29FEC8 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 254 200 -
CMYK 0.84 0 0.21 0.00
HSL 164.79º 0.99% 0.58% -
HSV(B) 164.79º 0.84% 1% -
XYZ 46.78 75.53 66.76 -
YUV 184.16 136.93 25.89 -
System Red Green Blue C M Y K H S L
Decimal 41 254 200 0.84 0 0.21 0.00 164.79 0.99 0.58
Hex 29 FE C8 54 0 15 0 A5 63 3A
Octal 51 376 310 124 0 25 0 245 143 72
Binary 101001 11111110 11001000 1010100 0 10101 0 10100101 1100011 111010

Color Harmonies of #29FEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEC8

Black with #29FEC8

Text Example


Text Example

White with #29FEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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