Html Css Color HEX #32CCBD Medium Turquoise

📋 copy color: '#32CCBD'

red 50 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #32CCBD

Tints of Medium Turquoise #32CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

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

R = 11.29%
G = 46.05%
B = 42.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#32CCBD (or 0x32CCBD) is known color: Medium Turquoise. HEX triplet: 32, CC and BD. RGB value is (50,204,189). Sum of RGB (Red+Green+Blue) = 50+204+189=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #32CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCBD is #CD3342. Grayscale: #9C9C9C. Windows color (decimal): -13448003 or 12438578. OLE color: 12438578.

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

Color convert

RGB 50 204 189 -
CMYK 0.75 0 0.07 0.2
HSL 174.16º 0.61% 0.5% -
HSV(B) 174.16º 0.75% 0.8% -
XYZ 32.09 47.54 55.63 -
YUV 156.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 50 204 189 0.75 0 0.07 0.2 174.16 0.61 0.5
Hex 32 CC BD 4B 0 7 14 AE 3D 32
Octal 62 314 275 113 0 7 24 256 75 62
Binary 110010 11001100 10111101 1001011 0 111 10100 10101110 111101 110010

Color Harmonies of #32CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CCBD

Black with #32CCBD

Text Example


Text Example

White with #32CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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