Html Css Color HEX #32CABD Medium Turquoise

📋 copy color: '#32CABD'

red 50 ◦ green 202 ◦ blue 189

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

Shades of Medium Turquoise #32CABD

Tints of Medium Turquoise #32CABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 11.34%
G = 45.8%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#32CABD (or 0x32CABD) is known color: Medium Turquoise. HEX triplet: 32, CA and BD. RGB value is (50,202,189). Sum of RGB (Red+Green+Blue) = 50+202+189=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #32CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CABD is #CD3542. Grayscale: #9A9A9A. Windows color (decimal): -13448515 or 12438066. OLE color: 12438066.

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

Color convert

RGB 50 202 189 -
CMYK 0.75 0 0.06 0.21
HSL 174.87º 0.6% 0.49% -
HSV(B) 174.87º 0.75% 0.79% -
XYZ 31.62 46.59 55.47 -
YUV 155.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 50 202 189 0.75 0 0.06 0.21 174.87 0.6 0.49
Hex 32 CA BD 4B 0 6 15 AF 3C 31
Octal 62 312 275 113 0 6 25 257 74 61
Binary 110010 11001010 10111101 1001011 0 110 10101 10101111 111100 110001

Color Harmonies of #32CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CABD

Black with #32CABD

Text Example


Text Example

White with #32CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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