#54D7FC

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

Shades of Turquoise Blue #54D7FC

Tints of Turquoise Blue #54D7FC

Color information

#54D7FC (or 0x54D7FC) is unknown color: approx Turquoise Blue. HEX triplet: 54, D7 and FC. RGB value is (84,215,252). Sum of RGB (Red+Green+Blue) = 84+215+252=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #54D7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D7FC is #AB2803. Grayscale: #B3B3B3. Windows color (decimal): -11216900 or 16570196. OLE color: 16570196.

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

Color convert

RGB84215252-
CMYK0.670.1500.01
HSL193.21º96.55%65.88%-
HSV(B)193.21º66.67%98.82%-
XYZ45.5357.51100.8-
YUV180.05168.659.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=15.25%
G=39.02%
B=45.74%

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
Decimal842152520.670.1500.01193.2196.5565.88
Hex54D7FC43F01c16142
Octal1243273741031701301141102
Binary1010100110101111111110010000111111011100000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,215,252); }

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

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

 a { background-color: rgb(84,215,252); }

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

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

 span { border-color: rgb(84,215,252); }

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