#53E6C7

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

Shades of Turquoise #53E6C7

Tints of Turquoise #53E6C7

Color information

#53E6C7 (or 0x53E6C7) is unknown color: approx Turquoise. HEX triplet: 53, E6 and C7. RGB value is (83,230,199). Sum of RGB (Red+Green+Blue) = 83+230+199=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #53E6C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E6C7 is #AC1938. Grayscale: #B6B6B6. Windows color (decimal): -11278649 or 13100627. OLE color: 13100627.

HSL color Cylindrical-coordinate representation of color #53E6C7: hue angle of 167.35º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E6C7 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB83230199-
CMYK0.6400.130.10
HSL167.35º74.62%61.37%-
HSV(B)167.35º63.91%90.2%-
XYZ42.1762.5663.88-
YUV182.51137.357.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.21%
GREEN value IS 230 (90.23% from 255) = 44.92%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=16.21%
G=44.92%
B=38.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832301990.6400.130.10167.3574.6261.37
Hex53E6C7400DAa74b3d
Octal1233463071000151224711375
Binary101001111100110110001111000000011011010101001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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