Html Css Color HEX #29F1C5 Turquoise

📋 copy color: '#29F1C5'

red 41 ◦ green 241 ◦ blue 197

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

Shades of Turquoise #29F1C5

Tints of Turquoise #29F1C5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.31%

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

R = 8.56%
G = 50.31%
B = 41.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#29F1C5 (or 0x29F1C5) is known color: Turquoise. HEX triplet: 29, F1 and C5. RGB value is (41,241,197). Sum of RGB (Red+Green+Blue) = 41+241+197=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #29F1C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F1C5 is #D60E3A. Grayscale: #B0B0B0. Windows color (decimal): -14028347 or 12972329. OLE color: 12972329.

HSL color Cylindrical-coordinate representation of color #29F1C5: hue angle of 166.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F1C5 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 241 197 -
CMYK 0.83 0 0.18 0.05
HSL 166.8º 0.88% 0.55% -
HSV(B) 166.8º 0.83% 0.95% -
XYZ 42.45 67.41 63.6 -
YUV 176.18 139.74 31.58 -
System Red Green Blue C M Y K H S L
Decimal 41 241 197 0.83 0 0.18 0.05 166.8 0.88 0.55
Hex 29 F1 C5 53 0 12 5 A7 58 37
Octal 51 361 305 123 0 22 5 247 130 67
Binary 101001 11110001 11000101 1010011 0 10010 101 10100111 1011000 110111

Color Harmonies of #29F1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F1C5

Black with #29F1C5

Text Example


Text Example

White with #29F1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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