Html Css Color HEX #29FEBA Turquoise

📋 copy color: '#29FEBA'

red 41 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #29FEBA

Tints of Turquoise #29FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.81%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 8.52%
G = 52.81%
B = 38.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#29FEBA (or 0x29FEBA) is known color: Turquoise. HEX triplet: 29, FE and BA. RGB value is (41,254,186). Sum of RGB (Red+Green+Blue) = 41+254+186=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEBA is #D60145. Grayscale: #B6B6B6. Windows color (decimal): -14025030 or 12254761. OLE color: 12254761.

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

Color convert

RGB 41 254 186 -
CMYK 0.84 0 0.27 0.00
HSL 160.85º 0.99% 0.58% -
HSV(B) 160.85º 0.84% 1% -
XYZ 45.22 74.9 58.53 -
YUV 182.56 129.93 27.03 -
System Red Green Blue C M Y K H S L
Decimal 41 254 186 0.84 0 0.27 0.00 160.85 0.99 0.58
Hex 29 FE BA 54 0 1B 0 A1 63 3A
Octal 51 376 272 124 0 33 0 241 143 72
Binary 101001 11111110 10111010 1010100 0 11011 0 10100001 1100011 111010

Color Harmonies of #29FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEBA

Black with #29FEBA

Text Example


Text Example

White with #29FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,254,186); }

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

background-color css

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

 a { background-color: rgb(41,254,186); }

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

border-color css

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

 span { border-color: rgb(41,254,186); }

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