Html Css Color HEX #29FAC9 Turquoise

📋 copy color: '#29FAC9'

red 41 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #29FAC9

Tints of Turquoise #29FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 8.33%
G = 50.81%
B = 40.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#29FAC9 (or 0x29FAC9) is known color: Turquoise. HEX triplet: 29, FA and C9. RGB value is (41,250,201). Sum of RGB (Red+Green+Blue) = 41+250+201=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #29FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FAC9 is #D60536. Grayscale: #B5B5B5. Windows color (decimal): -14026039 or 13236777. OLE color: 13236777.

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

Color convert

RGB 41 250 201 -
CMYK 0.84 0 0.20 0.02
HSL 165.93º 0.95% 0.57% -
HSV(B) 165.93º 0.84% 0.98% -
XYZ 45.64 73.06 66.95 -
YUV 181.92 138.76 27.48 -
System Red Green Blue C M Y K H S L
Decimal 41 250 201 0.84 0 0.20 0.02 165.93 0.95 0.57
Hex 29 FA C9 54 0 14 2 A6 5F 39
Octal 51 372 311 124 0 24 2 246 137 71
Binary 101001 11111010 11001001 1010100 0 10100 10 10100110 1011111 111001

Color Harmonies of #29FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FAC9

Black with #29FAC9

Text Example


Text Example

White with #29FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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