Html Css Color HEX #32CDDD Medium Turquoise

📋 copy color: '#32CDDD'

red 50 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #32CDDD

Tints of Medium Turquoise #32CDDD

RGB

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

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

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

R = 10.5%
G = 43.07%
B = 46.43%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32CDDD (or 0x32CDDD) is known color: Medium Turquoise. HEX triplet: 32, CD and DD. RGB value is (50,205,221). Sum of RGB (Red+Green+Blue) = 50+205+221=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CDDD is #CD3222. Grayscale: #A0A0A0. Windows color (decimal): -13447715 or 14535986. OLE color: 14535986.

HSL color Cylindrical-coordinate representation of color #32CDDD: hue angle of 185.61º 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 #32CDDD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 205 221 -
CMYK 0.77 0.07 0 0.13
HSL 185.61º 0.72% 0.53% -
HSV(B) 185.61º 0.77% 0.87% -
XYZ 36.2 49.56 76.07 -
YUV 160.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 50 205 221 0.77 0.07 0 0.13 185.61 0.72 0.53
Hex 32 CD DD 4D 7 0 D BA 48 35
Octal 62 315 335 115 7 0 15 272 110 65
Binary 110010 11001101 11011101 1001101 111 0 1101 10111010 1001000 110101

Color Harmonies of #32CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CDDD

Black with #32CDDD

Text Example


Text Example

White with #32CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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