Html Css Color HEX #32CCCE Medium Turquoise

📋 copy color: '#32CCCE'

red 50 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #32CCCE

Tints of Medium Turquoise #32CCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 10.87%
G = 44.35%
B = 44.78%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#32CCCE (or 0x32CCCE) is known color: Medium Turquoise. HEX triplet: 32, CC and CE. RGB value is (50,204,206). Sum of RGB (Red+Green+Blue) = 50+204+206=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #32CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCCE is #CD3331. Grayscale: #9E9E9E. Windows color (decimal): -13447986 or 13552690. OLE color: 13552690.

HSL color Cylindrical-coordinate representation of color #32CCCE: hue angle of 180.77º degrees, saturation: 0.61, 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 #32CCCE is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 204 206 -
CMYK 0.76 0.01 0 0.19
HSL 180.77º 0.61% 0.5% -
HSV(B) 180.77º 0.76% 0.81% -
XYZ 34.05 48.32 65.92 -
YUV 158.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 50 204 206 0.76 0.01 0 0.19 180.77 0.61 0.5
Hex 32 CC CE 4C 1 0 13 B5 3D 32
Octal 62 314 316 114 1 0 23 265 75 62
Binary 110010 11001100 11001110 1001100 1 0 10011 10110101 111101 110010

Color Harmonies of #32CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CCCE

Black with #32CCCE

Text Example


Text Example

White with #32CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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