#53EDBD

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

Shades of Turquoise #53EDBD

Tints of Turquoise #53EDBD

Color information

#53EDBD (or 0x53EDBD) is unknown color: approx Turquoise. HEX triplet: 53, ED and BD. RGB value is (83,237,189). Sum of RGB (Red+Green+Blue) = 83+237+189=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EDBD is #AC1242. Grayscale: #B9B9B9. Windows color (decimal): -11276867 or 12447059. OLE color: 12447059.

HSL color Cylindrical-coordinate representation of color #53EDBD: hue angle of 161.3º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDBD is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB83237189-
CMYK0.6500.200.07
HSL161.3º81.05%62.75%-
HSV(B)161.3º64.98%92.94%-
XYZ43.0466.0858.63-
YUV185.48129.9854.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.31%
GREEN value IS 237 (92.97% from 255) = 46.56%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=16.31%
G=46.56%
B=37.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832371890.6500.200.07161.381.0562.75
Hex53EDBD410147a1513f
Octal123355275101024724112177
Binary101001111101101101111011000001010100111101000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,237,189); }

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

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

 a { background-color: rgb(83,237,189); }

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

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

 span { border-color: rgb(83,237,189); }

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