Html Css Color HEX #32EFBD Turquoise

📋 copy color: '#32EFBD'

red 50 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #32EFBD

Tints of Turquoise #32EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50%

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

R = 10.46%
G = 50%
B = 39.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#32EFBD (or 0x32EFBD) is known color: Turquoise. HEX triplet: 32, EF and BD. RGB value is (50,239,189). Sum of RGB (Red+Green+Blue) = 50+239+189=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFBD is #CD1042. Grayscale: #B0B0B0. Windows color (decimal): -13439043 or 12447538. OLE color: 12447538.

HSL color Cylindrical-coordinate representation of color #32EFBD: hue angle of 164.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFBD is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 189 -
CMYK 0.79 0 0.21 0.06
HSL 164.13º 0.86% 0.57% -
HSV(B) 164.13º 0.79% 0.94% -
XYZ 41.37 66.09 58.72 -
YUV 176.79 134.88 37.57 -
System Red Green Blue C M Y K H S L
Decimal 50 239 189 0.79 0 0.21 0.06 164.13 0.86 0.57
Hex 32 EF BD 4F 0 15 6 A4 56 39
Octal 62 357 275 117 0 25 6 244 126 71
Binary 110010 11101111 10111101 1001111 0 10101 110 10100100 1010110 111001

Color Harmonies of #32EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EFBD

Black with #32EFBD

Text Example


Text Example

White with #32EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,239,189); }

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

background-color css

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

 a { background-color: rgb(50,239,189); }

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

border-color css

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

 span { border-color: rgb(50,239,189); }

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