Html Css Color HEX #29F9C5 Turquoise

📋 copy color: '#29F9C5'

red 41 ◦ green 249 ◦ blue 197

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

Shades of Turquoise #29F9C5

Tints of Turquoise #29F9C5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.13%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 8.42%
G = 51.13%
B = 40.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#29F9C5 (or 0x29F9C5) is known color: Turquoise. HEX triplet: 29, F9 and C5. RGB value is (41,249,197). Sum of RGB (Red+Green+Blue) = 41+249+197=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #29F9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F9C5 is #D6063A. Grayscale: #B4B4B4. Windows color (decimal): -14026299 or 12974377. OLE color: 12974377.

HSL color Cylindrical-coordinate representation of color #29F9C5: hue angle of 165º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29F9C5 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 249 197 -
CMYK 0.84 0 0.21 0.02
HSL 165º 0.95% 0.57% -
HSV(B) 165º 0.84% 0.98% -
XYZ 44.87 72.25 64.4 -
YUV 180.88 137.09 28.23 -
System Red Green Blue C M Y K H S L
Decimal 41 249 197 0.84 0 0.21 0.02 165 0.95 0.57
Hex 29 F9 C5 54 0 15 2 A5 5F 39
Octal 51 371 305 124 0 25 2 245 137 71
Binary 101001 11111001 11000101 1010100 0 10101 10 10100101 1011111 111001

Color Harmonies of #29F9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F9C5

Black with #29F9C5

Text Example


Text Example

White with #29F9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,249,197); }

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

background-color css

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

 a { background-color: rgb(41,249,197); }

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

border-color css

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

 span { border-color: rgb(41,249,197); }

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