#54DFED

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

Shades of Turquoise Blue #54DFED

Tints of Turquoise Blue #54DFED

Color information

#54DFED (or 0x54DFED) is unknown color: approx Turquoise Blue. HEX triplet: 54, DF and ED. RGB value is (84,223,237). Sum of RGB (Red+Green+Blue) = 84+223+237=544 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.44% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #54DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFED is #AB2012. Grayscale: #B6B6B6. Windows color (decimal): -11214867 or 15589204. OLE color: 15589204.

HSL color Cylindrical-coordinate representation of color #54DFED: hue angle of 185.49º 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 #54DFED is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84223237-
CMYK0.650.0600.07
HSL185.49º80.95%62.94%-
HSV(B)185.49º64.56%92.94%-
XYZ45.3360.7789.46-
YUV183.04158.4557.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.44%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=15.44%
G=40.99%
B=43.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842232370.650.0600.07185.4980.9562.94
Hex54DFED41607b9513f
Octal12433735510160727112177
Binary1010100110111111110110110000011100111101110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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