Html Css Color HEX #32BFCB Medium Turquoise

📋 copy color: '#32BFCB'

red 50 ◦ green 191 ◦ blue 203

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

Shades of Medium Turquoise #32BFCB

Tints of Medium Turquoise #32BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 11.26%
G = 43.02%
B = 45.72%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#32BFCB (or 0x32BFCB) is known color: Medium Turquoise. HEX triplet: 32, BF and CB. RGB value is (50,191,203). Sum of RGB (Red+Green+Blue) = 50+191+203=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #32BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCB is #CD4034. Grayscale: #969696. Windows color (decimal): -13451317 or 13352754. OLE color: 13352754.

HSL color Cylindrical-coordinate representation of color #32BFCB: hue angle of 184.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BFCB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 191 203 -
CMYK 0.75 0.06 0 0.20
HSL 184.71º 0.6% 0.5% -
HSV(B) 184.71º 0.75% 0.8% -
XYZ 30.73 42.25 63.04 -
YUV 150.21 157.79 56.52 -
System Red Green Blue C M Y K H S L
Decimal 50 191 203 0.75 0.06 0 0.20 184.71 0.6 0.5
Hex 32 BF CB 4B 6 0 14 B9 3C 32
Octal 62 277 313 113 6 0 24 271 74 62
Binary 110010 10111111 11001011 1001011 110 0 10100 10111001 111100 110010

Color Harmonies of #32BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BFCB

Black with #32BFCB

Text Example


Text Example

White with #32BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,191,203); }

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

background-color css

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

 a { background-color: rgb(50,191,203); }

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

border-color css

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

 span { border-color: rgb(50,191,203); }

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