#54D4EF

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

Shades of Turquoise Blue #54D4EF

Tints of Turquoise Blue #54D4EF

Color information

#54D4EF (or 0x54D4EF) is unknown color: approx Turquoise Blue. HEX triplet: 54, D4 and EF. RGB value is (84,212,239). Sum of RGB (Red+Green+Blue) = 84+212+239=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #54D4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D4EF is #AB2B10. Grayscale: #B0B0B0. Windows color (decimal): -11217681 or 15717460. OLE color: 15717460.

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

Color convert

RGB84212239-
CMYK0.650.1100.06
HSL190.45º82.89%63.33%-
HSV(B)190.45º64.85%93.73%-
XYZ42.7855.290.06-
YUV176.81163.0961.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=15.70%
G=39.63%
B=44.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842122390.650.1100.06190.4582.8963.33
Hex54D4EF41B06be533f
Octal124324357101130627612377
Binary10101001101010011101111100000110110110101111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,212,239); }

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

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

 a { background-color: rgb(84,212,239); }

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

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

 span { border-color: rgb(84,212,239); }

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