#52BFBC

Color #52BFBC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #52BFBC

Tints of Medium Turquoise #52BFBC

Color information

#52BFBC (or 0x52BFBC) is unknown color: approx Medium Turquoise. HEX triplet: 52, BF and BC. RGB value is (82,191,188). Sum of RGB (Red+Green+Blue) = 82+191+188=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFBC is #AD4043. Grayscale: #9D9D9D. Windows color (decimal): -11354180 or 12369746. OLE color: 12369746.

HSL color Cylindrical-coordinate representation of color #52BFBC: hue angle of 178.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BFBC is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB82191188-
CMYK0.5700.020.25
HSL178.35º45.99%53.53%-
HSV(B)178.35º57.07%74.9%-
XYZ31.1942.6954.17-
YUV158.07144.8973.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=17.79%
G=41.43%
B=40.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911880.5700.020.25178.3545.9953.53
Hex52BFBC390219b22e36
Octal1222772747102312625666
Binary101001010111111101111001110010101100110110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BFBC; }

 p { color: rgb(82,191,188); }

 H1.HeaderClassName
 {
   color: #52BFBC;
 }
 .AnyTagClassName
 {
   color: #52BFBC;
 }
</style>
background-color css

<style>
 a { background-color: #52BFBC; }

 a { background-color: rgb(82,191,188); }

 div.DivClassName
 {
   background-color: #52BFBC;
 }
 .BgClassName
 {
   background-color: #52BFBC;
 }
</style>
border-color css

<style>
 span { border-color: #52BFBC; }

 span { border-color: rgb(82,191,188); }

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