Html Css Color HEX #32CDBE Medium Turquoise

📋 copy color: '#32CDBE'

red 50 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #32CDBE

Tints of Medium Turquoise #32CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 11.24%
G = 46.07%
B = 42.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#32CDBE (or 0x32CDBE) is known color: Medium Turquoise. HEX triplet: 32, CD and BE. RGB value is (50,205,190). Sum of RGB (Red+Green+Blue) = 50+205+190=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #32CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDBE is #CD3241. Grayscale: #9C9C9C. Windows color (decimal): -13447746 or 12504370. OLE color: 12504370.

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

Color convert

RGB 50 205 190 -
CMYK 0.76 0 0.07 0.20
HSL 174.19º 0.61% 0.5% -
HSV(B) 174.19º 0.76% 0.8% -
XYZ 32.44 48.06 56.28 -
YUV 156.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 50 205 190 0.76 0 0.07 0.20 174.19 0.61 0.5
Hex 32 CD BE 4C 0 7 14 AE 3D 32
Octal 62 315 276 114 0 7 24 256 75 62
Binary 110010 11001101 10111110 1001100 0 111 10100 10101110 111101 110010

Color Harmonies of #32CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDBE

Black with #32CDBE

Text Example


Text Example

White with #32CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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