Html Css Color HEX #29FABC Turquoise

📋 copy color: '#29FABC'

red 41 ◦ green 250 ◦ blue 188

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

Shades of Turquoise #29FABC

Tints of Turquoise #29FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 8.56%
G = 52.19%
B = 39.25%

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

#29FABC (or 0x29FABC) is known color: Turquoise. HEX triplet: 29, FA and BC. RGB value is (41,250,188). Sum of RGB (Red+Green+Blue) = 41+250+188=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #29FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FABC is #D60543. Grayscale: #B4B4B4. Windows color (decimal): -14026052 or 12384809. OLE color: 12384809.

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

Color convert

RGB 41 250 188 -
CMYK 0.84 0 0.25 0.02
HSL 162.2º 0.95% 0.57% -
HSV(B) 162.2º 0.84% 0.98% -
XYZ 44.18 72.47 59.24 -
YUV 180.44 132.26 28.54 -
System Red Green Blue C M Y K H S L
Decimal 41 250 188 0.84 0 0.25 0.02 162.2 0.95 0.57
Hex 29 FA BC 54 0 19 2 A2 5F 39
Octal 51 372 274 124 0 31 2 242 137 71
Binary 101001 11111010 10111100 1010100 0 11001 10 10100010 1011111 111001

Color Harmonies of #29FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FABC

Black with #29FABC

Text Example


Text Example

White with #29FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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