#52CBBE

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

Shades of Medium Turquoise #52CBBE

Tints of Medium Turquoise #52CBBE

Color information

#52CBBE (or 0x52CBBE) is unknown color: approx Medium Turquoise. HEX triplet: 52, CB and BE. RGB value is (82,203,190). Sum of RGB (Red+Green+Blue) = 82+203+190=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBBE is #AD3441. Grayscale: #A5A5A5. Windows color (decimal): -11351106 or 12503890. OLE color: 12503890.

HSL color Cylindrical-coordinate representation of color #52CBBE: hue angle of 173.55º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBBE is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB82203190-
CMYK0.6000.060.20
HSL173.55º53.78%55.88%-
HSV(B)173.55º59.61%79.61%-
XYZ34.1348.2256.22-
YUV165.34141.9168.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 190 (74.61% from 255) = 40%
R=17.26%
G=42.74%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031900.6000.060.20173.5553.7855.88
Hex52CBBE3C0614ae3638
Octal1223132767406242566670
Binary1010010110010111011111011110001101010010101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,203,190); }

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

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

 a { background-color: rgb(82,203,190); }

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

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

 span { border-color: rgb(82,203,190); }

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