Html Css Color HEX #29FAC0 Turquoise

📋 copy color: '#29FAC0'

red 41 ◦ green 250 ◦ blue 192

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

Shades of Turquoise #29FAC0

Tints of Turquoise #29FAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 8.49%
G = 51.76%
B = 39.75%

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

#29FAC0 (or 0x29FAC0) is known color: Turquoise. HEX triplet: 29, FA and C0. RGB value is (41,250,192). Sum of RGB (Red+Green+Blue) = 41+250+192=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #29FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FAC0 is #D6053F. Grayscale: #B4B4B4. Windows color (decimal): -14026048 or 12646953. OLE color: 12646953.

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

Color convert

RGB 41 250 192 -
CMYK 0.84 0 0.23 0.02
HSL 163.35º 0.95% 0.57% -
HSV(B) 163.35º 0.84% 0.98% -
XYZ 44.61 72.65 61.54 -
YUV 180.9 134.26 28.22 -
System Red Green Blue C M Y K H S L
Decimal 41 250 192 0.84 0 0.23 0.02 163.35 0.95 0.57
Hex 29 FA C0 54 0 17 2 A3 5F 39
Octal 51 372 300 124 0 27 2 243 137 71
Binary 101001 11111010 11000000 1010100 0 10111 10 10100011 1011111 111001

Color Harmonies of #29FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FAC0

Black with #29FAC0

Text Example


Text Example

White with #29FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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