Html Css Color HEX #32FEBB Turquoise

📋 copy color: '#32FEBB'

red 50 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #32FEBB

Tints of Turquoise #32FEBB

RGB

 RED value IS 50 (19.92% from 255) = 10.18%

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

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

R = 10.18%
G = 51.73%
B = 38.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#32FEBB (or 0x32FEBB) is known color: Turquoise. HEX triplet: 32, FE and BB. RGB value is (50,254,187). Sum of RGB (Red+Green+Blue) = 50+254+187=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBB is #CD0144. Grayscale: #B9B9B9. Windows color (decimal): -13435205 or 12320306. OLE color: 12320306.

HSL color Cylindrical-coordinate representation of color #32FEBB: hue angle of 160.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEBB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 254 187 -
CMYK 0.80 0 0.26 0.00
HSL 160.29º 0.99% 0.6% -
HSV(B) 160.29º 0.8% 1% -
XYZ 45.73 75.15 59.11 -
YUV 185.37 128.91 31.45 -
System Red Green Blue C M Y K H S L
Decimal 50 254 187 0.80 0 0.26 0.00 160.29 0.99 0.6
Hex 32 FE BB 50 0 1A 0 A0 63 3C
Octal 62 376 273 120 0 32 0 240 143 74
Binary 110010 11111110 10111011 1010000 0 11010 0 10100000 1100011 111100

Color Harmonies of #32FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FEBB

Black with #32FEBB

Text Example


Text Example

White with #32FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32FEBB; }

 p { color: rgb(50,254,187); }

 H1.HeaderClassName
 {
   color: #32FEBB;
 }
 .AnyTagClassName
 {
   color: #32FEBB;
 }
</style>

background-color css

<style>
 a { background-color: #32FEBB; }

 a { background-color: rgb(50,254,187); }

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

border-color css

<style>
 span { border-color: #32FEBB; }

 span { border-color: rgb(50,254,187); }

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