Html Css Color HEX #29FABB Turquoise

📋 copy color: '#29FABB'

red 41 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #29FABB

Tints of Turquoise #29FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 8.58%
G = 52.3%
B = 39.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#29FABB (or 0x29FABB) is known color: Turquoise. HEX triplet: 29, FA and BB. RGB value is (41,250,187). Sum of RGB (Red+Green+Blue) = 41+250+187=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #29FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FABB is #D60544. Grayscale: #B4B4B4. Windows color (decimal): -14026053 or 12319273. OLE color: 12319273.

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

Color convert

RGB 41 250 187 -
CMYK 0.84 0 0.25 0.02
HSL 161.91º 0.95% 0.57% -
HSV(B) 161.91º 0.84% 0.98% -
XYZ 44.07 72.43 58.67 -
YUV 180.33 131.76 28.62 -
System Red Green Blue C M Y K H S L
Decimal 41 250 187 0.84 0 0.25 0.02 161.91 0.95 0.57
Hex 29 FA BB 54 0 19 2 A2 5F 39
Octal 51 372 273 124 0 31 2 242 137 71
Binary 101001 11111010 10111011 1010100 0 11001 10 10100010 1011111 111001

Color Harmonies of #29FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FABB

Black with #29FABB

Text Example


Text Example

White with #29FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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