#54D8FD

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

Shades of Turquoise Blue #54D8FD

Tints of Turquoise Blue #54D8FD

Color information

#54D8FD (or 0x54D8FD) is unknown color: approx Turquoise Blue. HEX triplet: 54, D8 and FD. RGB value is (84,216,253). Sum of RGB (Red+Green+Blue) = 84+216+253=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #54D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D8FD is #AB2702. Grayscale: #B4B4B4. Windows color (decimal): -11216643 or 16635988. OLE color: 16635988.

HSL color Cylindrical-coordinate representation of color #54D8FD: hue angle of 193.14º 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 #54D8FD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84216253-
CMYK0.670.1500.01
HSL193.14º97.69%66.08%-
HSV(B)193.14º66.8%99.22%-
XYZ45.9458.09101.72-
YUV180.75168.7758.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.19%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=15.19%
G=39.06%
B=45.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842162530.670.1500.01193.1497.6966.08
Hex54D8FD43F01c16242
Octal1243303751031701301142102
Binary1010100110110001111110110000111111011100000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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