Html Css Color HEX #32BEC4 Medium Turquoise

📋 copy color: '#32BEC4'

red 50 ◦ green 190 ◦ blue 196

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

Shades of Medium Turquoise #32BEC4

Tints of Medium Turquoise #32BEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 11.47%
G = 43.58%
B = 44.95%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#32BEC4 (or 0x32BEC4) is known color: Medium Turquoise. HEX triplet: 32, BE and C4. RGB value is (50,190,196). Sum of RGB (Red+Green+Blue) = 50+190+196=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #32BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEC4 is #CD413B. Grayscale: #949494. Windows color (decimal): -13451580 or 12893746. OLE color: 12893746.

HSL color Cylindrical-coordinate representation of color #32BEC4: hue angle of 182.47º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BEC4 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 190 196 -
CMYK 0.74 0.03 0 0.23
HSL 182.47º 0.59% 0.48% -
HSV(B) 182.47º 0.74% 0.77% -
XYZ 29.69 41.49 58.67 -
YUV 148.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 50 190 196 0.74 0.03 0 0.23 182.47 0.59 0.48
Hex 32 BE C4 4A 3 0 17 B6 3B 30
Octal 62 276 304 112 3 0 27 266 73 60
Binary 110010 10111110 11000100 1001010 11 0 10111 10110110 111011 110000

Color Harmonies of #32BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BEC4

Black with #32BEC4

Text Example


Text Example

White with #32BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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