#54DAF5

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

Shades of Turquoise Blue #54DAF5

Tints of Turquoise Blue #54DAF5

Color information

#54DAF5 (or 0x54DAF5) is unknown color: approx Turquoise Blue. HEX triplet: 54, DA and F5. RGB value is (84,218,245). Sum of RGB (Red+Green+Blue) = 84+218+245=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #54DAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAF5 is #AB250A. Grayscale: #B4B4B4. Windows color (decimal): -11216139 or 16112212. OLE color: 16112212.

HSL color Cylindrical-coordinate representation of color #54DAF5: hue angle of 190.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DAF5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84218245-
CMYK0.660.1100.04
HSL190.06º88.95%64.51%-
HSV(B)190.06º65.71%96.08%-
XYZ45.2158.6295.32-
YUV181.01164.1158.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.36%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=15.36%
G=39.85%
B=44.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842182450.660.1100.04190.0688.9564.51
Hex54DAF542B04be5941
Octal1243323651021304276131101
Binary101010011011010111101011000010101101001011111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,218,245); }

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

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

 a { background-color: rgb(84,218,245); }

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

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

 span { border-color: rgb(84,218,245); }

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