Html Css Color HEX #32C7CD Medium Turquoise

📋 copy color: '#32C7CD'

red 50 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #32C7CD

Tints of Medium Turquoise #32C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.83%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 11.01%
G = 43.83%
B = 45.15%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32C7CD (or 0x32C7CD) is known color: Medium Turquoise. HEX triplet: 32, C7 and CD. RGB value is (50,199,205). Sum of RGB (Red+Green+Blue) = 50+199+205=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #32C7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C7CD is #CD3832. Grayscale: #9A9A9A. Windows color (decimal): -13449267 or 13485874. OLE color: 13485874.

HSL color Cylindrical-coordinate representation of color #32C7CD: hue angle of 182.32º 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 #32C7CD is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 199 205 -
CMYK 0.76 0.03 0 0.20
HSL 182.32º 0.61% 0.5% -
HSV(B) 182.32º 0.76% 0.8% -
XYZ 32.76 45.93 64.9 -
YUV 155.13 156.14 53.01 -
System Red Green Blue C M Y K H S L
Decimal 50 199 205 0.76 0.03 0 0.20 182.32 0.61 0.5
Hex 32 C7 CD 4C 3 0 14 B6 3D 32
Octal 62 307 315 114 3 0 24 266 75 62
Binary 110010 11000111 11001101 1001100 11 0 10100 10110110 111101 110010

Color Harmonies of #32C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C7CD

Black with #32C7CD

Text Example


Text Example

White with #32C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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