Html Css Color HEX #32EEB6 Turquoise

📋 copy color: '#32EEB6'

red 50 ◦ green 238 ◦ blue 182

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

Shades of Turquoise #32EEB6

Tints of Turquoise #32EEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.64%

 BLUE value IS 182 (71.48% from 255) = 38.72%

R = 10.64%
G = 50.64%
B = 38.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#32EEB6 (or 0x32EEB6) is known color: Turquoise. HEX triplet: 32, EE and B6. RGB value is (50,238,182). Sum of RGB (Red+Green+Blue) = 50+238+182=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEB6 is #CD1149. Grayscale: #AFAFAF. Windows color (decimal): -13439306 or 11988530. OLE color: 11988530.

HSL color Cylindrical-coordinate representation of color #32EEB6: hue angle of 162.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EEB6 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 238 182 -
CMYK 0.79 0 0.24 0.07
HSL 162.13º 0.85% 0.56% -
HSV(B) 162.13º 0.79% 0.93% -
XYZ 40.33 65.2 54.72 -
YUV 175.4 131.72 38.55 -
System Red Green Blue C M Y K H S L
Decimal 50 238 182 0.79 0 0.24 0.07 162.13 0.85 0.56
Hex 32 EE B6 4F 0 18 7 A2 55 38
Octal 62 356 266 117 0 30 7 242 125 70
Binary 110010 11101110 10110110 1001111 0 11000 111 10100010 1010101 111000

Color Harmonies of #32EEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EEB6

Black with #32EEB6

Text Example


Text Example

White with #32EEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,238,182); }

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

background-color css

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

 a { background-color: rgb(50,238,182); }

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

border-color css

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

 span { border-color: rgb(50,238,182); }

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