#54F7D0

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

Shades of Turquoise #54F7D0

Tints of Turquoise #54F7D0

Color information

#54F7D0 (or 0x54F7D0) is unknown color: approx Turquoise. HEX triplet: 54, F7 and D0. RGB value is (84,247,208). Sum of RGB (Red+Green+Blue) = 84+247+208=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F7D0 is #AB082F. Grayscale: #C1C1C1. Windows color (decimal): -11208752 or 13694804. OLE color: 13694804.

HSL color Cylindrical-coordinate representation of color #54F7D0: hue angle of 165.64º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F7D0 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB84247208-
CMYK0.6600.160.03
HSL165.64º91.06%64.9%-
HSV(B)165.64º65.99%96.86%-
XYZ48.372.9671.21-
YUV193.8213649.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=15.58%
G=45.83%
B=38.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842472080.6600.160.03165.6491.0664.9
Hex54F7D0420103a65b41
Octal1243673201020203246133101
Binary101010011110111110100001000010010000111010011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54F7D0; }

 p { color: rgb(84,247,208); }

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

<style>
 a { background-color: #54F7D0; }

 a { background-color: rgb(84,247,208); }

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

<style>
 span { border-color: #54F7D0; }

 span { border-color: rgb(84,247,208); }

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