Html Css Color HEX #32CDDC Medium Turquoise

📋 copy color: '#32CDDC'

red 50 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #32CDDC

Tints of Medium Turquoise #32CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.16%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 10.53%
G = 43.16%
B = 46.32%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32CDDC (or 0x32CDDC) is known color: Medium Turquoise. HEX triplet: 32, CD and DC. RGB value is (50,205,220). Sum of RGB (Red+Green+Blue) = 50+205+220=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #32CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDDC is #CD3223. Grayscale: #A0A0A0. Windows color (decimal): -13447716 or 14470450. OLE color: 14470450.

HSL color Cylindrical-coordinate representation of color #32CDDC: hue angle of 185.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CDDC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 205 220 -
CMYK 0.77 0.07 0 0.14
HSL 185.29º 0.71% 0.53% -
HSV(B) 185.29º 0.77% 0.86% -
XYZ 36.06 49.51 75.37 -
YUV 160.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 50 205 220 0.77 0.07 0 0.14 185.29 0.71 0.53
Hex 32 CD DC 4D 7 0 E B9 47 35
Octal 62 315 334 115 7 0 16 271 107 65
Binary 110010 11001101 11011100 1001101 111 0 1110 10111001 1000111 110101

Color Harmonies of #32CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDDC

Black with #32CDDC

Text Example


Text Example

White with #32CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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