#53FAE6

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

Shades of Turquoise #53FAE6

Tints of Turquoise #53FAE6

Color information

#53FAE6 (or 0x53FAE6) is unknown color: approx Turquoise. HEX triplet: 53, FA and E6. RGB value is (83,250,230). Sum of RGB (Red+Green+Blue) = 83+250+230=563 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.74% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FAE6 is #AC0519. Grayscale: #C5C5C5. Windows color (decimal): -11273498 or 15137363. OLE color: 15137363.

HSL color Cylindrical-coordinate representation of color #53FAE6: hue angle of 172.81º degrees, saturation: 0.94, 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 #53FAE6 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB83250230-
CMYK0.6700.080.02
HSL172.81º94.35%65.29%-
HSV(B)172.81º66.8%98.04%-
XYZ52.0475.9286.78-
YUV197.79146.1746.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.74%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=14.74%
G=44.40%
B=40.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832502300.6700.080.02172.8194.3565.29
Hex53FAE643082ad5e41
Octal1233723461030102255136101
Binary10100111111101011100110100001101000101010110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,250,230); }

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

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

 a { background-color: rgb(83,250,230); }

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

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

 span { border-color: rgb(83,250,230); }

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