#54D9FD

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

Shades of Turquoise Blue #54D9FD

Tints of Turquoise Blue #54D9FD

Color information

#54D9FD (or 0x54D9FD) is unknown color: approx Turquoise Blue. HEX triplet: 54, D9 and FD. RGB value is (84,217,253). Sum of RGB (Red+Green+Blue) = 84+217+253=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #54D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D9FD is #AB2602. Grayscale: #B5B5B5. Windows color (decimal): -11216387 or 16636244. OLE color: 16636244.

HSL color Cylindrical-coordinate representation of color #54D9FD: hue angle of 192.78º 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 #54D9FD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84217253-
CMYK0.670.1400.01
HSL192.78º97.69%66.08%-
HSV(B)192.78º66.8%99.22%-
XYZ46.258.6101.8-
YUV181.34168.4458.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.16%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=15.16%
G=39.17%
B=45.67%

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
Decimal842172530.670.1400.01192.7897.6966.08
Hex54D9FD43E01c16242
Octal1243313751031601301142102
Binary1010100110110011111110110000111110011100000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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