Html Css Color HEX #32C9DA Medium Turquoise

📋 copy color: '#32C9DA'

red 50 ◦ green 201 ◦ blue 218

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

Shades of Medium Turquoise #32C9DA

Tints of Medium Turquoise #32C9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 10.66%
G = 42.86%
B = 46.48%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#32C9DA (or 0x32C9DA) is known color: Medium Turquoise. HEX triplet: 32, C9 and DA. RGB value is (50,201,218). Sum of RGB (Red+Green+Blue) = 50+201+218=469 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.66% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #32C9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C9DA is #CD3625. Grayscale: #9D9D9D. Windows color (decimal): -13448742 or 14338354. OLE color: 14338354.

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

Color convert

RGB 50 201 218 -
CMYK 0.77 0.08 0 0.15
HSL 186.07º 0.69% 0.53% -
HSV(B) 186.07º 0.77% 0.85% -
XYZ 34.86 47.51 73.66 -
YUV 157.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 50 201 218 0.77 0.08 0 0.15 186.07 0.69 0.53
Hex 32 C9 DA 4D 8 0 F BA 45 35
Octal 62 311 332 115 10 0 17 272 105 65
Binary 110010 11001001 11011010 1001101 1000 0 1111 10111010 1000101 110101

Color Harmonies of #32C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C9DA

Black with #32C9DA

Text Example


Text Example

White with #32C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,201,218); }

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

background-color css

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

 a { background-color: rgb(50,201,218); }

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

border-color css

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

 span { border-color: rgb(50,201,218); }

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