#54DEF9

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

Shades of Turquoise Blue #54DEF9

Tints of Turquoise Blue #54DEF9

Color information

#54DEF9 (or 0x54DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 54, DE and F9. RGB value is (84,222,249). Sum of RGB (Red+Green+Blue) = 84+222+249=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #54DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DEF9 is #AB2106. Grayscale: #B7B7B7. Windows color (decimal): -11215111 or 16375380. OLE color: 16375380.

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

Color convert

RGB84222249-
CMYK0.660.1100.02
HSL189.82º93.22%65.29%-
HSV(B)189.82º66.27%97.65%-
XYZ46.8860.9798.92-
YUV183.82164.7856.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.14%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=15.14%
G=40%
B=44.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842222490.660.1100.02189.8293.2265.29
Hex54DEF942B02be5d41
Octal1243363711021302276135101
Binary10101001101111011111001100001010110101011111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,222,249); }

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

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

 a { background-color: rgb(84,222,249); }

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

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

 span { border-color: rgb(84,222,249); }

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