Html Css Color HEX #32CCDD Medium Turquoise

📋 copy color: '#32CCDD'

red 50 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #32CCDD

Tints of Medium Turquoise #32CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 10.53%
G = 42.95%
B = 46.53%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32CCDD (or 0x32CCDD) is known color: Medium Turquoise. HEX triplet: 32, CC and DD. RGB value is (50,204,221). Sum of RGB (Red+Green+Blue) = 50+204+221=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCDD is #CD3322. Grayscale: #9F9F9F. Windows color (decimal): -13447971 or 14535730. OLE color: 14535730.

HSL color Cylindrical-coordinate representation of color #32CCDD: hue angle of 185.96º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCDD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 204 221 -
CMYK 0.77 0.08 0 0.13
HSL 185.96º 0.72% 0.53% -
HSV(B) 185.96º 0.77% 0.87% -
XYZ 35.96 49.08 75.99 -
YUV 159.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 50 204 221 0.77 0.08 0 0.13 185.96 0.72 0.53
Hex 32 CC DD 4D 8 0 D BA 48 35
Octal 62 314 335 115 10 0 15 272 110 65
Binary 110010 11001100 11011101 1001101 1000 0 1101 10111010 1001000 110101

Color Harmonies of #32CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CCDD

Black with #32CCDD

Text Example


Text Example

White with #32CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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