Html Css Color HEX #32CEB7 Medium Turquoise

📋 copy color: '#32CEB7'

red 50 ◦ green 206 ◦ blue 183

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

Shades of Medium Turquoise #32CEB7

Tints of Medium Turquoise #32CEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 11.39%
G = 46.92%
B = 41.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#32CEB7 (or 0x32CEB7) is known color: Medium Turquoise. HEX triplet: 32, CE and B7. RGB value is (50,206,183). Sum of RGB (Red+Green+Blue) = 50+206+183=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEB7 is #CD3148. Grayscale: #9C9C9C. Windows color (decimal): -13447497 or 12045874. OLE color: 12045874.

HSL color Cylindrical-coordinate representation of color #32CEB7: hue angle of 171.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEB7 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 183 -
CMYK 0.76 0 0.11 0.19
HSL 171.15º 0.61% 0.5% -
HSV(B) 171.15º 0.76% 0.81% -
XYZ 31.93 48.24 52.43 -
YUV 156.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 50 206 183 0.76 0 0.11 0.19 171.15 0.61 0.5
Hex 32 CE B7 4C 0 B 13 AB 3D 32
Octal 62 316 267 114 0 13 23 253 75 62
Binary 110010 11001110 10110111 1001100 0 1011 10011 10101011 111101 110010

Color Harmonies of #32CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CEB7

Black with #32CEB7

Text Example


Text Example

White with #32CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,206,183); }

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

background-color css

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

 a { background-color: rgb(50,206,183); }

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

border-color css

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

 span { border-color: rgb(50,206,183); }

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