#54DEE1

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

Shades of Turquoise Blue #54DEE1

Tints of Turquoise Blue #54DEE1

Color information

#54DEE1 (or 0x54DEE1) is unknown color: approx Turquoise Blue. HEX triplet: 54, DE and E1. RGB value is (84,222,225). Sum of RGB (Red+Green+Blue) = 84+222+225=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #54DEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEE1 is #AB211E. Grayscale: #B4B4B4. Windows color (decimal): -11215135 or 14802516. OLE color: 14802516.

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

Color convert

RGB84222225-
CMYK0.630.0100.12
HSL181.28º70.15%60.59%-
HSV(B)181.28º62.67%88.24%-
XYZ43.3759.5680.45-
YUV181.08152.7858.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.82%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=15.82%
G=41.81%
B=42.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842222250.630.0100.12181.2870.1560.59
Hex54DEE13F10Cb5463d
Octal12433634177101426510675
Binary10101001101111011100001111111101100101101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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