#53EEB9

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

Shades of Turquoise #53EEB9

Tints of Turquoise #53EEB9

Color information

#53EEB9 (or 0x53EEB9) is unknown color: approx Turquoise. HEX triplet: 53, EE and B9. RGB value is (83,238,185). Sum of RGB (Red+Green+Blue) = 83+238+185=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEB9 is #AC1146. Grayscale: #B9B9B9. Windows color (decimal): -11276615 or 12185171. OLE color: 12185171.

HSL color Cylindrical-coordinate representation of color #53EEB9: hue angle of 159.48º degrees, saturation: 0.82, 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 #53EEB9 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB83238185-
CMYK0.6500.220.07
HSL159.48º82.01%62.94%-
HSV(B)159.48º65.13%93.33%-
XYZ42.966.4956.47-
YUV185.61127.6554.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.40%
GREEN value IS 238 (93.36% from 255) = 47.04%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=16.40%
G=47.04%
B=36.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832381850.6500.220.07159.4882.0162.94
Hex53EEB94101679f523f
Octal123356271101026723712277
Binary101001111101110101110011000001010110111100111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,238,185); }

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

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

 a { background-color: rgb(83,238,185); }

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

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

 span { border-color: rgb(83,238,185); }

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