Html Css Color HEX #32FEBE Turquoise

📋 copy color: '#32FEBE'

red 50 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #32FEBE

Tints of Turquoise #32FEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 10.12%
G = 51.42%
B = 38.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#32FEBE (or 0x32FEBE) is known color: Turquoise. HEX triplet: 32, FE and BE. RGB value is (50,254,190). Sum of RGB (Red+Green+Blue) = 50+254+190=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBE is #CD0141. Grayscale: #B9B9B9. Windows color (decimal): -13435202 or 12516914. OLE color: 12516914.

HSL color Cylindrical-coordinate representation of color #32FEBE: hue angle of 161.18º 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 #32FEBE is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 254 190 -
CMYK 0.80 0 0.25 0.00
HSL 161.18º 0.99% 0.6% -
HSV(B) 161.18º 0.8% 1% -
XYZ 46.05 75.28 60.82 -
YUV 185.71 130.41 31.2 -
System Red Green Blue C M Y K H S L
Decimal 50 254 190 0.80 0 0.25 0.00 161.18 0.99 0.6
Hex 32 FE BE 50 0 19 0 A1 63 3C
Octal 62 376 276 120 0 31 0 241 143 74
Binary 110010 11111110 10111110 1010000 0 11001 0 10100001 1100011 111100

Color Harmonies of #32FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FEBE

Black with #32FEBE

Text Example


Text Example

White with #32FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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