Html Css Color HEX #32EFBB Turquoise

📋 copy color: '#32EFBB'

red 50 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #32EFBB

Tints of Turquoise #32EFBB

RGB

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

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

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

R = 10.5%
G = 50.21%
B = 39.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#32EFBB (or 0x32EFBB) is known color: Turquoise. HEX triplet: 32, EF and BB. RGB value is (50,239,187). Sum of RGB (Red+Green+Blue) = 50+239+187=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFBB is #CD1044. Grayscale: #B0B0B0. Windows color (decimal): -13439045 or 12316466. OLE color: 12316466.

HSL color Cylindrical-coordinate representation of color #32EFBB: hue angle of 163.49º 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 #32EFBB is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 187 -
CMYK 0.79 0 0.22 0.06
HSL 163.49º 0.86% 0.57% -
HSV(B) 163.49º 0.79% 0.94% -
XYZ 41.15 66 57.58 -
YUV 176.56 133.88 37.73 -
System Red Green Blue C M Y K H S L
Decimal 50 239 187 0.79 0 0.22 0.06 163.49 0.86 0.57
Hex 32 EF BB 4F 0 16 6 A3 56 39
Octal 62 357 273 117 0 26 6 243 126 71
Binary 110010 11101111 10111011 1001111 0 10110 110 10100011 1010110 111001

Color Harmonies of #32EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EFBB

Black with #32EFBB

Text Example


Text Example

White with #32EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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