Html Css Color HEX #32C6CF Medium Turquoise

📋 copy color: '#32C6CF'

red 50 ◦ green 198 ◦ blue 207

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

Shades of Medium Turquoise #32C6CF

Tints of Medium Turquoise #32C6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.52%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 10.99%
G = 43.52%
B = 45.49%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#32C6CF (or 0x32C6CF) is known color: Medium Turquoise. HEX triplet: 32, C6 and CF. RGB value is (50,198,207). Sum of RGB (Red+Green+Blue) = 50+198+207=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #32C6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C6CF is #CD3930. Grayscale: #9A9A9A. Windows color (decimal): -13449521 or 13616690. OLE color: 13616690.

HSL color Cylindrical-coordinate representation of color #32C6CF: hue angle of 183.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C6CF is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 198 207 -
CMYK 0.76 0.04 0 0.19
HSL 183.44º 0.62% 0.5% -
HSV(B) 183.44º 0.76% 0.81% -
XYZ 32.77 45.57 66.1 -
YUV 154.77 157.47 53.27 -
System Red Green Blue C M Y K H S L
Decimal 50 198 207 0.76 0.04 0 0.19 183.44 0.62 0.5
Hex 32 C6 CF 4C 4 0 13 B7 3E 32
Octal 62 306 317 114 4 0 23 267 76 62
Binary 110010 11000110 11001111 1001100 100 0 10011 10110111 111110 110010

Color Harmonies of #32C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C6CF

Black with #32C6CF

Text Example


Text Example

White with #32C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,198,207); }

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

background-color css

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

 a { background-color: rgb(50,198,207); }

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

border-color css

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

 span { border-color: rgb(50,198,207); }

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