#53FBB7

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

Shades of Turquoise #53FBB7

Tints of Turquoise #53FBB7

Color information

#53FBB7 (or 0x53FBB7) is unknown color: approx Turquoise. HEX triplet: 53, FB and B7. RGB value is (83,251,183). Sum of RGB (Red+Green+Blue) = 83+251+183=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBB7 is #AC0448. Grayscale: #C1C1C1. Windows color (decimal): -11273289 or 12057427. OLE color: 12057427.

HSL color Cylindrical-coordinate representation of color #53FBB7: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBB7 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB83251183-
CMYK0.6700.270.02
HSL155.71º95.45%65.49%-
HSV(B)155.71º66.93%98.43%-
XYZ46.6174.2556.68-
YUV193.02122.3449.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.05%
GREEN value IS 251 (98.44% from 255) = 48.55%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=16.05%
G=48.55%
B=35.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832511830.6700.270.02155.7195.4565.49
Hex53FBB74301B29c5f41
Octal1233732671030332234137101
Binary101001111111011101101111000011011011101001110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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