Html Css Color HEX #32C5CA Medium Turquoise

📋 copy color: '#32C5CA'

red 50 ◦ green 197 ◦ blue 202

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

Shades of Medium Turquoise #32C5CA

Tints of Medium Turquoise #32C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.88%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 11.14%
G = 43.88%
B = 44.99%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#32C5CA (or 0x32C5CA) is known color: Medium Turquoise. HEX triplet: 32, C5 and CA. RGB value is (50,197,202). Sum of RGB (Red+Green+Blue) = 50+197+202=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #32C5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5CA is #CD3A35. Grayscale: #999999. Windows color (decimal): -13449782 or 13288754. OLE color: 13288754.

HSL color Cylindrical-coordinate representation of color #32C5CA: hue angle of 181.97º 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 #32C5CA is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 197 202 -
CMYK 0.75 0.02 0 0.21
HSL 181.97º 0.6% 0.49% -
HSV(B) 181.97º 0.75% 0.79% -
XYZ 31.94 44.87 62.86 -
YUV 153.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 50 197 202 0.75 0.02 0 0.21 181.97 0.6 0.49
Hex 32 C5 CA 4B 2 0 15 B6 3C 31
Octal 62 305 312 113 2 0 25 266 74 61
Binary 110010 11000101 11001010 1001011 10 0 10101 10110110 111100 110001

Color Harmonies of #32C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C5CA

Black with #32C5CA

Text Example


Text Example

White with #32C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,197,202); }

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

background-color css

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

 a { background-color: rgb(50,197,202); }

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

border-color css

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

 span { border-color: rgb(50,197,202); }

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