#54DCF9

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

Shades of Turquoise Blue #54DCF9

Tints of Turquoise Blue #54DCF9

Color information

#54DCF9 (or 0x54DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 54, DC and F9. RGB value is (84,220,249). Sum of RGB (Red+Green+Blue) = 84+220+249=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #54DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCF9 is #AB2306. Grayscale: #B6B6B6. Windows color (decimal): -11215623 or 16374868. OLE color: 16374868.

HSL color Cylindrical-coordinate representation of color #54DCF9: hue angle of 190.55º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DCF9 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84220249-
CMYK0.660.1200.02
HSL190.55º93.22%65.29%-
HSV(B)190.55º66.27%97.65%-
XYZ46.3559.9198.74-
YUV182.64165.4457.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.19%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=15.19%
G=39.78%
B=45.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842202490.660.1200.02190.5593.2265.29
Hex54DCF942C02bf5d41
Octal1243343711021402277135101
Binary10101001101110011111001100001011000101011111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,220,249); }

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

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

 a { background-color: rgb(84,220,249); }

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

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

 span { border-color: rgb(84,220,249); }

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