#54D7E1

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

Shades of Turquoise Blue #54D7E1

Tints of Turquoise Blue #54D7E1

Color information

#54D7E1 (or 0x54D7E1) is unknown color: approx Turquoise Blue. HEX triplet: 54, D7 and E1. RGB value is (84,215,225). Sum of RGB (Red+Green+Blue) = 84+215+225=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #54D7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7E1 is #AB281E. Grayscale: #B0B0B0. Windows color (decimal): -11216927 or 14800724. OLE color: 14800724.

HSL color Cylindrical-coordinate representation of color #54D7E1: hue angle of 184.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54D7E1 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84215225-
CMYK0.630.0400.12
HSL184.26º70.15%60.59%-
HSV(B)184.26º62.67%88.24%-
XYZ41.5555.9279.84-
YUV176.97155.161.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.03%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=16.03%
G=41.03%
B=42.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842152250.630.0400.12184.2670.1560.59
Hex54D7E13F40Cb8463d
Octal12432734177401427010675
Binary1010100110101111110000111111110001100101110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,215,225); }

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

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

 a { background-color: rgb(84,215,225); }

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

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

 span { border-color: rgb(84,215,225); }

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