#53CBB7

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

Shades of Medium Turquoise #53CBB7

Tints of Medium Turquoise #53CBB7

Color information

#53CBB7 (or 0x53CBB7) is unknown color: approx Medium Turquoise. HEX triplet: 53, CB and B7. RGB value is (83,203,183). Sum of RGB (Red+Green+Blue) = 83+203+183=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBB7 is #AC3448. Grayscale: #A4A4A4. Windows color (decimal): -11285577 or 12045139. OLE color: 12045139.

HSL color Cylindrical-coordinate representation of color #53CBB7: hue angle of 170º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBB7 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB83203183-
CMYK0.5900.100.20
HSL170º53.57%56.08%-
HSV(B)170º59.11%79.61%-
XYZ33.4747.9752.29-
YUV164.84138.2469.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=17.70%
G=43.28%
B=39.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031830.5900.100.2017053.5756.08
Hex53CBB73B0A14aa3638
Octal12331326773012242526670
Binary10100111100101110110111111011010101010010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CBB7; }

 p { color: rgb(83,203,183); }

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

<style>
 a { background-color: #53CBB7; }

 a { background-color: rgb(83,203,183); }

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

<style>
 span { border-color: #53CBB7; }

 span { border-color: rgb(83,203,183); }

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