#54DAFD

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

Shades of Turquoise Blue #54DAFD

Tints of Turquoise Blue #54DAFD

Color information

#54DAFD (or 0x54DAFD) is unknown color: approx Turquoise Blue. HEX triplet: 54, DA and FD. RGB value is (84,218,253). Sum of RGB (Red+Green+Blue) = 84+218+253=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #54DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAFD is #AB2502. Grayscale: #B5B5B5. Windows color (decimal): -11216131 or 16636500. OLE color: 16636500.

HSL color Cylindrical-coordinate representation of color #54DAFD: hue angle of 192.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DAFD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84218253-
CMYK0.670.1400.01
HSL192.43º97.69%66.08%-
HSV(B)192.43º66.8%99.22%-
XYZ46.4659.12101.89-
YUV181.92168.1158.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.14%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=15.14%
G=39.28%
B=45.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842182530.670.1400.01192.4397.6966.08
Hex54DAFD43E01c06242
Octal1243323751031601300142102
Binary1010100110110101111110110000111110011100000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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