Html Css Color HEX #32BDC4 Medium Turquoise

📋 copy color: '#32BDC4'

red 50 ◦ green 189 ◦ blue 196

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

Shades of Medium Turquoise #32BDC4

Tints of Medium Turquoise #32BDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 196 (76.95% from 255) = 45.06%

R = 11.49%
G = 43.45%
B = 45.06%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#32BDC4 (or 0x32BDC4) is known color: Medium Turquoise. HEX triplet: 32, BD and C4. RGB value is (50,189,196). Sum of RGB (Red+Green+Blue) = 50+189+196=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #32BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDC4 is #CD423B. Grayscale: #949494. Windows color (decimal): -13451836 or 12893490. OLE color: 12893490.

HSL color Cylindrical-coordinate representation of color #32BDC4: hue angle of 182.88º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDC4 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 189 196 -
CMYK 0.74 0.04 0 0.23
HSL 182.88º 0.59% 0.48% -
HSV(B) 182.88º 0.74% 0.77% -
XYZ 29.48 41.06 58.6 -
YUV 148.24 154.95 57.93 -
System Red Green Blue C M Y K H S L
Decimal 50 189 196 0.74 0.04 0 0.23 182.88 0.59 0.48
Hex 32 BD C4 4A 4 0 17 B7 3B 30
Octal 62 275 304 112 4 0 27 267 73 60
Binary 110010 10111101 11000100 1001010 100 0 10111 10110111 111011 110000

Color Harmonies of #32BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDC4

Black with #32BDC4

Text Example


Text Example

White with #32BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,196); }

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

background-color css

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

 a { background-color: rgb(50,189,196); }

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

border-color css

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

 span { border-color: rgb(50,189,196); }

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