Html Css Color HEX #29FCBD Turquoise

📋 copy color: '#29FCBD'

red 41 ◦ green 252 ◦ blue 189

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

Shades of Turquoise #29FCBD

Tints of Turquoise #29FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.28%

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 8.51%
G = 52.28%
B = 39.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#29FCBD (or 0x29FCBD) is known color: Turquoise. HEX triplet: 29, FC and BD. RGB value is (41,252,189). Sum of RGB (Red+Green+Blue) = 41+252+189=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCBD is #D60342. Grayscale: #B5B5B5. Windows color (decimal): -14025539 or 12450857. OLE color: 12450857.

HSL color Cylindrical-coordinate representation of color #29FCBD: hue angle of 162.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FCBD is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 252 189 -
CMYK 0.84 0 0.25 0.01
HSL 162.09º 0.97% 0.57% -
HSV(B) 162.09º 0.84% 0.99% -
XYZ 44.91 73.77 60.02 -
YUV 181.73 132.1 27.62 -
System Red Green Blue C M Y K H S L
Decimal 41 252 189 0.84 0 0.25 0.01 162.09 0.97 0.57
Hex 29 FC BD 54 0 19 1 A2 61 39
Octal 51 374 275 124 0 31 1 242 141 71
Binary 101001 11111100 10111101 1010100 0 11001 1 10100010 1100001 111001

Color Harmonies of #29FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCBD

Black with #29FCBD

Text Example


Text Example

White with #29FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,252,189); }

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

background-color css

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

 a { background-color: rgb(41,252,189); }

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

border-color css

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

 span { border-color: rgb(41,252,189); }

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