#54DAED

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

Shades of Turquoise Blue #54DAED

Tints of Turquoise Blue #54DAED

Color information

#54DAED (or 0x54DAED) is unknown color: approx Turquoise Blue. HEX triplet: 54, DA and ED. RGB value is (84,218,237). Sum of RGB (Red+Green+Blue) = 84+218+237=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #54DAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAED is #AB2512. Grayscale: #B3B3B3. Windows color (decimal): -11216147 or 15587924. OLE color: 15587924.

HSL color Cylindrical-coordinate representation of color #54DAED: hue angle of 187.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DAED is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84218237-
CMYK0.650.0800.07
HSL187.45º80.95%62.94%-
HSV(B)187.45º64.56%92.94%-
XYZ44.0158.1489.02-
YUV180.1160.1159.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=15.58%
G=40.45%
B=43.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842182370.650.0800.07187.4580.9562.94
Hex54DAED41807bb513f
Octal124332355101100727312177
Binary10101001101101011101101100000110000111101110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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