#54D8FE

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

Shades of Turquoise Blue #54D8FE

Tints of Turquoise Blue #54D8FE

Color information

#54D8FE (or 0x54D8FE) is unknown color: approx Turquoise Blue. HEX triplet: 54, D8 and FE. RGB value is (84,216,254). Sum of RGB (Red+Green+Blue) = 84+216+254=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #54D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D8FE is #AB2701. Grayscale: #B4B4B4. Windows color (decimal): -11216642 or 16701524. OLE color: 16701524.

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

Color convert

RGB84216254-
CMYK0.670.1500.00
HSL193.41º98.84%66.27%-
HSV(B)193.41º66.93%99.61%-
XYZ46.158.15102.56-
YUV180.86169.2758.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.16%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=15.16%
G=38.99%
B=45.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal842162540.670.1500.00193.4198.8466.27
Hex54D8FE43F00c16342
Octal1243303761031700301143102
Binary1010100110110001111111010000111111001100000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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