#54E1FD

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

Shades of Turquoise Blue #54E1FD

Tints of Turquoise Blue #54E1FD

Color information

#54E1FD (or 0x54E1FD) is unknown color: approx Turquoise Blue. HEX triplet: 54, E1 and FD. RGB value is (84,225,253). Sum of RGB (Red+Green+Blue) = 84+225+253=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #54E1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E1FD is #AB1E02. Grayscale: #B9B9B9. Windows color (decimal): -11214339 or 16638292. OLE color: 16638292.

HSL color Cylindrical-coordinate representation of color #54E1FD: hue angle of 189.94º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54E1FD is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84225253-
CMYK0.670.1100.01
HSL189.94º97.69%66.08%-
HSV(B)189.94º66.8%99.22%-
XYZ48.3162.83102.51-
YUV186.03165.7955.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.95%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=14.95%
G=40.04%
B=45.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842252530.670.1100.01189.9497.6966.08
Hex54E1FD43B01be6242
Octal1243413751031301276142102
Binary1010100111000011111110110000111011011011111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,225,253); }

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

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

 a { background-color: rgb(84,225,253); }

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

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

 span { border-color: rgb(84,225,253); }

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