#54DBF5

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

Shades of Turquoise Blue #54DBF5

Tints of Turquoise Blue #54DBF5

Color information

#54DBF5 (or 0x54DBF5) is unknown color: approx Turquoise Blue. HEX triplet: 54, DB and F5. RGB value is (84,219,245). Sum of RGB (Red+Green+Blue) = 84+219+245=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #54DBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBF5 is #AB240A. Grayscale: #B5B5B5. Windows color (decimal): -11215883 or 16112468. OLE color: 16112468.

HSL color Cylindrical-coordinate representation of color #54DBF5: hue angle of 189.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DBF5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84219245-
CMYK0.660.1100.04
HSL189.69º88.95%64.51%-
HSV(B)189.69º65.71%96.08%-
XYZ45.4759.1495.4-
YUV181.6163.7758.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.33%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=15.33%
G=39.96%
B=44.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842192450.660.1100.04189.6988.9564.51
Hex54DBF542B04be5941
Octal1243333651021304276131101
Binary101010011011011111101011000010101101001011111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,219,245); }

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

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

 a { background-color: rgb(84,219,245); }

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

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

 span { border-color: rgb(84,219,245); }

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