#54DEEB

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

Shades of Turquoise Blue #54DEEB

Tints of Turquoise Blue #54DEEB

Color information

#54DEEB (or 0x54DEEB) is unknown color: approx Turquoise Blue. HEX triplet: 54, DE and EB. RGB value is (84,222,235). Sum of RGB (Red+Green+Blue) = 84+222+235=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #54DEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DEEB is #AB2114. Grayscale: #B6B6B6. Windows color (decimal): -11215125 or 15457876. OLE color: 15457876.

HSL color Cylindrical-coordinate representation of color #54DEEB: hue angle of 185.17º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DEEB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84222235-
CMYK0.640.0600.08
HSL185.17º79.06%62.55%-
HSV(B)185.17º64.26%92.16%-
XYZ44.7760.1387.84-
YUV182.22157.7857.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.53%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=15.53%
G=41.04%
B=43.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842222350.640.0600.08185.1779.0662.55
Hex54DEEB40608b94f3f
Octal124336353100601027111777
Binary10101001101111011101011100000011001000101110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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