Html Css Color HEX #29F1C3 Turquoise

📋 copy color: '#29F1C3'

red 41 ◦ green 241 ◦ blue 195

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

Shades of Turquoise #29F1C3

Tints of Turquoise #29F1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 8.6%
G = 50.52%
B = 40.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#29F1C3 (or 0x29F1C3) is known color: Turquoise. HEX triplet: 29, F1 and C3. RGB value is (41,241,195). Sum of RGB (Red+Green+Blue) = 41+241+195=477 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.60% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #29F1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F1C3 is #D60E3C. Grayscale: #AFAFAF. Windows color (decimal): -14028349 or 12841257. OLE color: 12841257.

HSL color Cylindrical-coordinate representation of color #29F1C3: hue angle of 166.2º 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 #29F1C3 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 241 195 -
CMYK 0.83 0 0.19 0.05
HSL 166.2º 0.88% 0.55% -
HSV(B) 166.2º 0.83% 0.95% -
XYZ 42.22 67.32 62.4 -
YUV 175.96 138.74 31.74 -
System Red Green Blue C M Y K H S L
Decimal 41 241 195 0.83 0 0.19 0.05 166.2 0.88 0.55
Hex 29 F1 C3 53 0 13 5 A6 58 37
Octal 51 361 303 123 0 23 5 246 130 67
Binary 101001 11110001 11000011 1010011 0 10011 101 10100110 1011000 110111

Color Harmonies of #29F1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F1C3

Black with #29F1C3

Text Example


Text Example

White with #29F1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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