#54D7F0

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

Shades of Turquoise Blue #54D7F0

Tints of Turquoise Blue #54D7F0

Color information

#54D7F0 (or 0x54D7F0) is unknown color: approx Turquoise Blue. HEX triplet: 54, D7 and F0. RGB value is (84,215,240). Sum of RGB (Red+Green+Blue) = 84+215+240=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #54D7F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D7F0 is #AB280F. Grayscale: #B2B2B2. Windows color (decimal): -11216912 or 15783764. OLE color: 15783764.

HSL color Cylindrical-coordinate representation of color #54D7F0: hue angle of 189.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D7F0 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84215240-
CMYK0.650.1000.06
HSL189.62º83.87%63.53%-
HSV(B)189.62º65%94.12%-
XYZ43.6856.7891.09-
YUV178.68162.660.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=15.58%
G=39.89%
B=44.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842152400.650.1000.06189.6283.8763.53
Hex54D7F041A06be5440
Octal1243273601011206276124100
Binary101010011010111111100001000001101001101011111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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