#54F8E2

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

Shades of Turquoise #54F8E2

Tints of Turquoise #54F8E2

Color information

#54F8E2 (or 0x54F8E2) is unknown color: approx Turquoise. HEX triplet: 54, F8 and E2. RGB value is (84,248,226). Sum of RGB (Red+Green+Blue) = 84+248+226=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #54F8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F8E2 is #AB071D. Grayscale: #C4C4C4. Windows color (decimal): -11208478 or 14874708. OLE color: 14874708.

HSL color Cylindrical-coordinate representation of color #54F8E2: hue angle of 171.95º degrees, saturation: 0.92, 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 #54F8E2 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB84248226-
CMYK0.6600.090.03
HSL171.95º92.13%65.1%-
HSV(B)171.95º66.13%97.25%-
XYZ50.9574.5183.65-
YUV196.46144.6747.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.05%
GREEN value IS 248 (97.27% from 255) = 44.44%
BLUE value IS 226 (88.67% from 255) = 40.50%
R=15.05%
G=44.44%
B=40.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842482260.6600.090.03171.9592.1365.1
Hex54F8E242093ac5c41
Octal1243703421020113254134101
Binary10101001111100011100010100001001001111010110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,248,226); }

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

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

 a { background-color: rgb(84,248,226); }

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

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

 span { border-color: rgb(84,248,226); }

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