Html Css Color HEX #32CEBA Medium Turquoise

📋 copy color: '#32CEBA'

red 50 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #32CEBA

Tints of Medium Turquoise #32CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 11.31%
G = 46.61%
B = 42.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#32CEBA (or 0x32CEBA) is known color: Medium Turquoise. HEX triplet: 32, CE and BA. RGB value is (50,206,186). Sum of RGB (Red+Green+Blue) = 50+206+186=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEBA is #CD3145. Grayscale: #9D9D9D. Windows color (decimal): -13447494 or 12242482. OLE color: 12242482.

HSL color Cylindrical-coordinate representation of color #32CEBA: hue angle of 172.31º 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 #32CEBA is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 186 -
CMYK 0.76 0 0.10 0.19
HSL 172.31º 0.61% 0.5% -
HSV(B) 172.31º 0.76% 0.81% -
XYZ 32.25 48.37 54.09 -
YUV 157.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 50 206 186 0.76 0 0.10 0.19 172.31 0.61 0.5
Hex 32 CE BA 4C 0 A 13 AC 3D 32
Octal 62 316 272 114 0 12 23 254 75 62
Binary 110010 11001110 10111010 1001100 0 1010 10011 10101100 111101 110010

Color Harmonies of #32CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CEBA

Black with #32CEBA

Text Example


Text Example

White with #32CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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