Html Css Color HEX #32CAD2 Medium Turquoise

📋 copy color: '#32CAD2'

red 50 ◦ green 202 ◦ blue 210

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

Shades of Medium Turquoise #32CAD2

Tints of Medium Turquoise #32CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 10.82%
G = 43.72%
B = 45.45%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#32CAD2 (or 0x32CAD2) is known color: Medium Turquoise. HEX triplet: 32, CA and D2. RGB value is (50,202,210). Sum of RGB (Red+Green+Blue) = 50+202+210=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #32CAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAD2 is #CD352D. Grayscale: #9D9D9D. Windows color (decimal): -13448494 or 13814322. OLE color: 13814322.

HSL color Cylindrical-coordinate representation of color #32CAD2: hue angle of 183º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CAD2 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 202 210 -
CMYK 0.76 0.04 0 0.18
HSL 183º 0.64% 0.51% -
HSV(B) 183º 0.76% 0.82% -
XYZ 34.07 47.57 68.36 -
YUV 157.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 50 202 210 0.76 0.04 0 0.18 183 0.64 0.51
Hex 32 CA D2 4C 4 0 12 B7 40 33
Octal 62 312 322 114 4 0 22 267 100 63
Binary 110010 11001010 11010010 1001100 100 0 10010 10110111 1000000 110011

Color Harmonies of #32CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CAD2

Black with #32CAD2

Text Example


Text Example

White with #32CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,202,210); }

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

background-color css

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

 a { background-color: rgb(50,202,210); }

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

border-color css

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

 span { border-color: rgb(50,202,210); }

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