Html Css Color HEX #32CAD7 Medium Turquoise

📋 copy color: '#32CAD7'

red 50 ◦ green 202 ◦ blue 215

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

Shades of Medium Turquoise #32CAD7

Tints of Medium Turquoise #32CAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 10.71%
G = 43.25%
B = 46.04%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#32CAD7 (or 0x32CAD7) is known color: Medium Turquoise. HEX triplet: 32, CA and D7. RGB value is (50,202,215). Sum of RGB (Red+Green+Blue) = 50+202+215=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #32CAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAD7 is #CD3528. Grayscale: #9D9D9D. Windows color (decimal): -13448489 or 14142002. OLE color: 14142002.

HSL color Cylindrical-coordinate representation of color #32CAD7: hue angle of 184.73º degrees, saturation: 0.67, 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 #32CAD7 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 202 215 -
CMYK 0.77 0.06 0 0.16
HSL 184.73º 0.67% 0.52% -
HSV(B) 184.73º 0.77% 0.84% -
XYZ 34.7 47.83 71.69 -
YUV 158.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 50 202 215 0.77 0.06 0 0.16 184.73 0.67 0.52
Hex 32 CA D7 4D 6 0 10 B9 43 34
Octal 62 312 327 115 6 0 20 271 103 64
Binary 110010 11001010 11010111 1001101 110 0 10000 10111001 1000011 110100

Color Harmonies of #32CAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CAD7

Black with #32CAD7

Text Example


Text Example

White with #32CAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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