#54D3E1

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

Shades of Turquoise Blue #54D3E1

Tints of Turquoise Blue #54D3E1

Color information

#54D3E1 (or 0x54D3E1) is unknown color: approx Turquoise Blue. HEX triplet: 54, D3 and E1. RGB value is (84,211,225). Sum of RGB (Red+Green+Blue) = 84+211+225=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #54D3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D3E1 is #AB2C1E. Grayscale: #AEAEAE. Windows color (decimal): -11217951 or 14799700. OLE color: 14799700.

HSL color Cylindrical-coordinate representation of color #54D3E1: hue angle of 185.96º 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 #54D3E1 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84211225-
CMYK0.630.0600.12
HSL185.96º70.15%60.59%-
HSV(B)185.96º62.67%88.24%-
XYZ40.5453.9179.5-
YUV174.62156.4263.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=16.15%
G=40.58%
B=43.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842112250.630.0600.12185.9670.1560.59
Hex54D3E13F60Cba463d
Octal12432334177601427210675
Binary1010100110100111110000111111111001100101110101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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