#53EBBB

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

Shades of Turquoise #53EBBB

Tints of Turquoise #53EBBB

Color information

#53EBBB (or 0x53EBBB) is unknown color: approx Turquoise. HEX triplet: 53, EB and BB. RGB value is (83,235,187). Sum of RGB (Red+Green+Blue) = 83+235+187=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBBB is #AC1444. Grayscale: #B8B8B8. Windows color (decimal): -11277381 or 12315475. OLE color: 12315475.

HSL color Cylindrical-coordinate representation of color #53EBBB: hue angle of 161.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBBB is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB83235187-
CMYK0.6500.200.08
HSL161.05º79.17%62.35%-
HSV(B)161.05º64.68%92.16%-
XYZ42.2564.8457.3-
YUV184.08129.6455.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.44%
GREEN value IS 235 (92.19% from 255) = 46.53%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=16.44%
G=46.53%
B=37.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832351870.6500.200.08161.0579.1762.35
Hex53EBBB410148a14f3e
Octal1233532731010241024111776
Binary1010011111010111011101110000010101001000101000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,235,187); }

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

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

 a { background-color: rgb(83,235,187); }

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

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

 span { border-color: rgb(83,235,187); }

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