#53F9C6

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

Shades of Turquoise #53F9C6

Tints of Turquoise #53F9C6

Color information

#53F9C6 (or 0x53F9C6) is unknown color: approx Turquoise. HEX triplet: 53, F9 and C6. RGB value is (83,249,198). Sum of RGB (Red+Green+Blue) = 83+249+198=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9C6 is #AC0639. Grayscale: #C1C1C1. Windows color (decimal): -11273786 or 13039955. OLE color: 13039955.

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

Color convert

RGB83249198-
CMYK0.6700.200.02
HSL161.57º93.26%65.1%-
HSV(B)161.57º66.67%97.65%-
XYZ47.6473.6765.13-
YUV193.55130.549.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.66%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=15.66%
G=46.98%
B=37.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832491980.6700.200.02161.5793.2665.1
Hex53F9C6430142a25d41
Octal1233713061030242242135101
Binary101001111111001110001101000011010100101010001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,249,198); }

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

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

 a { background-color: rgb(83,249,198); }

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

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

 span { border-color: rgb(83,249,198); }

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