#53C8BE

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

Shades of Medium Turquoise #53C8BE

Tints of Medium Turquoise #53C8BE

Color information

#53C8BE (or 0x53C8BE) is unknown color: approx Medium Turquoise. HEX triplet: 53, C8 and BE. RGB value is (83,200,190). Sum of RGB (Red+Green+Blue) = 83+200+190=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #53C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C8BE is #AC3741. Grayscale: #A3A3A3. Windows color (decimal): -11286338 or 12503123. OLE color: 12503123.

HSL color Cylindrical-coordinate representation of color #53C8BE: hue angle of 174.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C8BE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB83200190-
CMYK0.5800.050.22
HSL174.87º51.54%55.49%-
HSV(B)174.87º58.5%78.43%-
XYZ33.5246.8755.99-
YUV163.88142.7470.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.55%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=17.55%
G=42.28%
B=40.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal832001900.5800.050.22174.8751.5455.49
Hex53C8BE3A0516af3437
Octal1233102767205262576467
Binary1010011110010001011111011101001011011010101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,200,190); }

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

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

 a { background-color: rgb(83,200,190); }

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

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

 span { border-color: rgb(83,200,190); }

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