Html Css Color HEX #32CAD6 Medium Turquoise

📋 copy color: '#32CAD6'

red 50 ◦ green 202 ◦ blue 214

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

Shades of Medium Turquoise #32CAD6

Tints of Medium Turquoise #32CAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 10.73%
G = 43.35%
B = 45.92%

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

#32CAD6 (or 0x32CAD6) is known color: Medium Turquoise. HEX triplet: 32, CA and D6. RGB value is (50,202,214). Sum of RGB (Red+Green+Blue) = 50+202+214=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #32CAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CAD6 is #CD3529. Grayscale: #9D9D9D. Windows color (decimal): -13448490 or 14076466. OLE color: 14076466.

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

Color convert

RGB 50 202 214 -
CMYK 0.77 0.06 0 0.16
HSL 184.39º 0.67% 0.52% -
HSV(B) 184.39º 0.77% 0.84% -
XYZ 34.57 47.77 71.02 -
YUV 157.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 50 202 214 0.77 0.06 0 0.16 184.39 0.67 0.52
Hex 32 CA D6 4D 6 0 10 B8 43 34
Octal 62 312 326 115 6 0 20 270 103 64
Binary 110010 11001010 11010110 1001101 110 0 10000 10111000 1000011 110100

Color Harmonies of #32CAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CAD6

Black with #32CAD6

Text Example


Text Example

White with #32CAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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