#54F6E4

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

Shades of Turquoise #54F6E4

Tints of Turquoise #54F6E4

Color information

#54F6E4 (or 0x54F6E4) is unknown color: approx Turquoise. HEX triplet: 54, F6 and E4. RGB value is (84,246,228). Sum of RGB (Red+Green+Blue) = 84+246+228=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #54F6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F6E4 is #AB091B. Grayscale: #C3C3C3. Windows color (decimal): -11208988 or 15005268. OLE color: 15005268.

HSL color Cylindrical-coordinate representation of color #54F6E4: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F6E4 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB84246228-
CMYK0.6600.070.04
HSL173.33º90%64.71%-
HSV(B)173.33º65.85%96.47%-
XYZ50.6273.484.9-
YUV195.51146.3348.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.05%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=15.05%
G=44.09%
B=40.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842462280.6600.070.04173.339064.71
Hex54F6E442074ad5a41
Octal124366344102074255132101
Binary10101001111011011100100100001001111001010110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,246,228); }

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

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

 a { background-color: rgb(84,246,228); }

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

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

 span { border-color: rgb(84,246,228); }

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