Html Css Color HEX #32CCD5 Medium Turquoise

📋 copy color: '#32CCD5'

red 50 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #32CCD5

Tints of Medium Turquoise #32CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 10.71%
G = 43.68%
B = 45.61%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#32CCD5 (or 0x32CCD5) is known color: Medium Turquoise. HEX triplet: 32, CC and D5. RGB value is (50,204,213). Sum of RGB (Red+Green+Blue) = 50+204+213=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #32CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCD5 is #CD332A. Grayscale: #9E9E9E. Windows color (decimal): -13447979 or 14011442. OLE color: 14011442.

HSL color Cylindrical-coordinate representation of color #32CCD5: hue angle of 183.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCD5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 204 213 -
CMYK 0.77 0.04 0 0.16
HSL 183.31º 0.66% 0.52% -
HSV(B) 183.31º 0.77% 0.84% -
XYZ 34.92 48.67 70.5 -
YUV 158.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 50 204 213 0.77 0.04 0 0.16 183.31 0.66 0.52
Hex 32 CC D5 4D 4 0 10 B7 42 34
Octal 62 314 325 115 4 0 20 267 102 64
Binary 110010 11001100 11010101 1001101 100 0 10000 10110111 1000010 110100

Color Harmonies of #32CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CCD5

Black with #32CCD5

Text Example


Text Example

White with #32CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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