#54DBF6

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

Shades of Turquoise Blue #54DBF6

Tints of Turquoise Blue #54DBF6

Color information

#54DBF6 (or 0x54DBF6) is unknown color: approx Turquoise Blue. HEX triplet: 54, DB and F6. RGB value is (84,219,246). Sum of RGB (Red+Green+Blue) = 84+219+246=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #54DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBF6 is #AB2409. Grayscale: #B5B5B5. Windows color (decimal): -11215882 or 16178004. OLE color: 16178004.

HSL color Cylindrical-coordinate representation of color #54DBF6: hue angle of 190º degrees, saturation: 0.9, 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 #54DBF6 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84219246-
CMYK0.660.1100.04
HSL190º90%64.71%-
HSV(B)190º65.85%96.47%-
XYZ45.6259.296.21-
YUV181.71164.2758.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.30%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 246 (96.48% from 255) = 44.81%
R=15.30%
G=39.89%
B=44.81%

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
Decimal842192460.660.1100.041909064.71
Hex54DBF642B04be5a41
Octal1243333661021304276132101
Binary101010011011011111101101000010101101001011111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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