Html Css Color HEX #29FAC1 Turquoise

📋 copy color: '#29FAC1'

red 41 ◦ green 250 ◦ blue 193

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

Shades of Turquoise #29FAC1

Tints of Turquoise #29FAC1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 8.47%
G = 51.65%
B = 39.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#29FAC1 (or 0x29FAC1) is known color: Turquoise. HEX triplet: 29, FA and C1. RGB value is (41,250,193). Sum of RGB (Red+Green+Blue) = 41+250+193=484 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.47% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #29FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FAC1 is #D6053E. Grayscale: #B5B5B5. Windows color (decimal): -14026047 or 12712489. OLE color: 12712489.

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

Color convert

RGB 41 250 193 -
CMYK 0.84 0 0.23 0.02
HSL 163.64º 0.95% 0.57% -
HSV(B) 163.64º 0.84% 0.98% -
XYZ 44.73 72.69 62.13 -
YUV 181.01 134.76 28.13 -
System Red Green Blue C M Y K H S L
Decimal 41 250 193 0.84 0 0.23 0.02 163.64 0.95 0.57
Hex 29 FA C1 54 0 17 2 A4 5F 39
Octal 51 372 301 124 0 27 2 244 137 71
Binary 101001 11111010 11000001 1010100 0 10111 10 10100100 1011111 111001

Color Harmonies of #29FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FAC1

Black with #29FAC1

Text Example


Text Example

White with #29FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,250,193); }

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

background-color css

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

 a { background-color: rgb(41,250,193); }

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

border-color css

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

 span { border-color: rgb(41,250,193); }

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