#53EFB9

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

Shades of Turquoise #53EFB9

Tints of Turquoise #53EFB9

Color information

#53EFB9 (or 0x53EFB9) is unknown color: approx Turquoise. HEX triplet: 53, EF and B9. RGB value is (83,239,185). Sum of RGB (Red+Green+Blue) = 83+239+185=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFB9 is #AC1046. Grayscale: #BABABA. Windows color (decimal): -11276359 or 12185427. OLE color: 12185427.

HSL color Cylindrical-coordinate representation of color #53EFB9: hue angle of 159.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFB9 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB83239185-
CMYK0.6500.230.06
HSL159.23º82.98%63.14%-
HSV(B)159.23º65.27%93.73%-
XYZ43.1967.0756.57-
YUV186.2127.3254.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=16.37%
G=47.14%
B=36.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832391850.6500.230.06159.2382.9863.14
Hex53EFB94101769f533f
Octal123357271101027623712377
Binary101001111101111101110011000001010111110100111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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