Html Css Color HEX #29FFBB Turquoise

📋 copy color: '#29FFBB'

red 41 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #29FFBB

Tints of Turquoise #29FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 52.8%

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

R = 8.49%
G = 52.8%
B = 38.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#29FFBB (or 0x29FFBB) is known color: Turquoise. HEX triplet: 29, FF and BB. RGB value is (41,255,187). Sum of RGB (Red+Green+Blue) = 41+255+187=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFBB is #D60044. Grayscale: #B7B7B7. Windows color (decimal): -14024773 or 12320553. OLE color: 12320553.

HSL color Cylindrical-coordinate representation of color #29FFBB: hue angle of 160.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFBB is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 187 -
CMYK 0.84 0 0.27 0
HSL 160.93º 1% 0.58% -
HSV(B) 160.93º 0.84% 1% -
XYZ 45.64 75.58 59.2 -
YUV 183.26 130.1 26.53 -
System Red Green Blue C M Y K H S L
Decimal 41 255 187 0.84 0 0.27 0 160.93 1 0.58
Hex 29 FF BB 54 0 1B 0 A1 64 3A
Octal 51 377 273 124 0 33 0 241 144 72
Binary 101001 11111111 10111011 1010100 0 11011 0 10100001 1100100 111010

Color Harmonies of #29FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFBB

Black with #29FFBB

Text Example


Text Example

White with #29FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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