#54E0F8

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

Shades of Turquoise Blue #54E0F8

Tints of Turquoise Blue #54E0F8

Color information

#54E0F8 (or 0x54E0F8) is unknown color: approx Turquoise Blue. HEX triplet: 54, E0 and F8. RGB value is (84,224,248). Sum of RGB (Red+Green+Blue) = 84+224+248=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #54E0F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E0F8 is #AB1F07. Grayscale: #B8B8B8. Windows color (decimal): -11214600 or 16310356. OLE color: 16310356.

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

Color convert

RGB84224248-
CMYK0.660.1000.03
HSL188.78º92.13%65.1%-
HSV(B)188.78º66.13%97.25%-
XYZ47.2661.9798.28-
YUV184.88163.6256.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.11%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=15.11%
G=40.29%
B=44.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842242480.660.1000.03188.7892.1365.1
Hex54E0F842A03bd5c41
Octal1243403701021203275134101
Binary10101001110000011111000100001010100111011110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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