#53CBC7

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

Shades of Medium Turquoise #53CBC7

Tints of Medium Turquoise #53CBC7

Color information

#53CBC7 (or 0x53CBC7) is unknown color: approx Medium Turquoise. HEX triplet: 53, CB and C7. RGB value is (83,203,199). Sum of RGB (Red+Green+Blue) = 83+203+199=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBC7 is #AC3438. Grayscale: #A6A6A6. Windows color (decimal): -11285561 or 13093715. OLE color: 13093715.

HSL color Cylindrical-coordinate representation of color #53CBC7: hue angle of 178º 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 #53CBC7 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB83203199-
CMYK0.5900.020.20
HSL178º53.57%56.08%-
HSV(B)178º59.11%79.61%-
XYZ35.2348.6761.57-
YUV166.66146.2468.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.11%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=17.11%
G=41.86%
B=41.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031990.5900.020.2017853.5756.08
Hex53CBC73B0214b23638
Octal1233133077302242626670
Binary101001111001011110001111110110101010010110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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