#54D5FF

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

Shades of Turquoise Blue #54D5FF

Tints of Turquoise Blue #54D5FF

Color information

#54D5FF (or 0x54D5FF) is unknown color: approx Turquoise Blue. HEX triplet: 54, D5 and FF. RGB value is (84,213,255). Sum of RGB (Red+Green+Blue) = 84+213+255=552 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.22% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #54D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D5FF is #AB2A00. Grayscale: #B2B2B2. Windows color (decimal): -11217409 or 16766292. OLE color: 16766292.

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

Color convert

RGB84213255-
CMYK0.670.1600
HSL194.74º100%66.47%-
HSV(B)194.74º67.06%100%-
XYZ45.556.69103.15-
YUV179.22170.7660.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.22%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 255 (100% from 255) = 46.20%
R=15.22%
G=38.59%
B=46.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842132550.670.1600194.7410066.47
Hex54D5FF431000c36442
Octal1243253771032000303144102
Binary10101001101010111111111100001110000001100001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,213,255); }

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

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

 a { background-color: rgb(84,213,255); }

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

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

 span { border-color: rgb(84,213,255); }

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