Html Css Color HEX #32BEC9 Medium Turquoise

📋 copy color: '#32BEC9'

red 50 ◦ green 190 ◦ blue 201

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

Shades of Medium Turquoise #32BEC9

Tints of Medium Turquoise #32BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 11.34%
G = 43.08%
B = 45.58%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#32BEC9 (or 0x32BEC9) is known color: Medium Turquoise. HEX triplet: 32, BE and C9. RGB value is (50,190,201). Sum of RGB (Red+Green+Blue) = 50+190+201=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #32BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEC9 is #CD4136. Grayscale: #959595. Windows color (decimal): -13451575 or 13221426. OLE color: 13221426.

HSL color Cylindrical-coordinate representation of color #32BEC9: hue angle of 184.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BEC9 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 190 201 -
CMYK 0.75 0.05 0 0.21
HSL 184.37º 0.6% 0.49% -
HSV(B) 184.37º 0.75% 0.79% -
XYZ 30.27 41.72 61.72 -
YUV 149.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 50 190 201 0.75 0.05 0 0.21 184.37 0.6 0.49
Hex 32 BE C9 4B 5 0 15 B8 3C 31
Octal 62 276 311 113 5 0 25 270 74 61
Binary 110010 10111110 11001001 1001011 101 0 10101 10111000 111100 110001

Color Harmonies of #32BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEC9

Black with #32BEC9

Text Example


Text Example

White with #32BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,201); }

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

background-color css

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

 a { background-color: rgb(50,190,201); }

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

border-color css

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

 span { border-color: rgb(50,190,201); }

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