Html Css Color HEX #29FBB5 Turquoise

📋 copy color: '#29FBB5'

red 41 ◦ green 251 ◦ blue 181

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

Shades of Turquoise #29FBB5

Tints of Turquoise #29FBB5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 8.67%
G = 53.07%
B = 38.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#29FBB5 (or 0x29FBB5) is known color: Turquoise. HEX triplet: 29, FB and B5. RGB value is (41,251,181). Sum of RGB (Red+Green+Blue) = 41+251+181=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #29FBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FBB5 is #D6044A. Grayscale: #B4B4B4. Windows color (decimal): -14025803 or 11926313. OLE color: 11926313.

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

Color convert

RGB 41 251 181 -
CMYK 0.84 0 0.28 0.02
HSL 160º 0.96% 0.57% -
HSV(B) 160º 0.84% 0.98% -
XYZ 43.75 72.8 55.46 -
YUV 180.23 128.43 28.69 -
System Red Green Blue C M Y K H S L
Decimal 41 251 181 0.84 0 0.28 0.02 160 0.96 0.57
Hex 29 FB B5 54 0 1C 2 A0 60 39
Octal 51 373 265 124 0 34 2 240 140 71
Binary 101001 11111011 10110101 1010100 0 11100 10 10100000 1100000 111001

Color Harmonies of #29FBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FBB5

Black with #29FBB5

Text Example


Text Example

White with #29FBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,251,181); }

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

background-color css

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

 a { background-color: rgb(41,251,181); }

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

border-color css

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

 span { border-color: rgb(41,251,181); }

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