#54D9E9

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

Shades of Turquoise Blue #54D9E9

Tints of Turquoise Blue #54D9E9

Color information

#54D9E9 (or 0x54D9E9) is unknown color: approx Turquoise Blue. HEX triplet: 54, D9 and E9. RGB value is (84,217,233). Sum of RGB (Red+Green+Blue) = 84+217+233=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #54D9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D9E9 is #AB2616. Grayscale: #B2B2B2. Windows color (decimal): -11216407 or 15325524. OLE color: 15325524.

HSL color Cylindrical-coordinate representation of color #54D9E9: hue angle of 186.44º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54D9E9 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84217233-
CMYK0.640.0700.09
HSL186.44º77.2%62.16%-
HSV(B)186.44º63.95%91.37%-
XYZ43.1857.3985.89-
YUV179.06158.4460.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.73%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=15.73%
G=40.64%
B=43.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842172330.640.0700.09186.4477.262.16
Hex54D9E940709ba4d3e
Octal124331351100701127211576
Binary10101001101100111101001100000011101001101110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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