Html Css Color HEX #29FCBC Turquoise

📋 copy color: '#29FCBC'

red 41 ◦ green 252 ◦ blue 188

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

Shades of Turquoise #29FCBC

Tints of Turquoise #29FCBC

RGB

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

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

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

R = 8.52%
G = 52.39%
B = 39.09%

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

#29FCBC (or 0x29FCBC) is known color: Turquoise. HEX triplet: 29, FC and BC. RGB value is (41,252,188). Sum of RGB (Red+Green+Blue) = 41+252+188=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCBC is #D60343. Grayscale: #B5B5B5. Windows color (decimal): -14025540 or 12385321. OLE color: 12385321.

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

Color convert

RGB 41 252 188 -
CMYK 0.84 0 0.25 0.01
HSL 161.8º 0.97% 0.57% -
HSV(B) 161.8º 0.84% 0.99% -
XYZ 44.8 73.72 59.45 -
YUV 181.62 131.6 27.7 -
System Red Green Blue C M Y K H S L
Decimal 41 252 188 0.84 0 0.25 0.01 161.8 0.97 0.57
Hex 29 FC BC 54 0 19 1 A2 61 39
Octal 51 374 274 124 0 31 1 242 141 71
Binary 101001 11111100 10111100 1010100 0 11001 1 10100010 1100001 111001

Color Harmonies of #29FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCBC

Black with #29FCBC

Text Example


Text Example

White with #29FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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