#54DDEB

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

Shades of Turquoise Blue #54DDEB

Tints of Turquoise Blue #54DDEB

Color information

#54DDEB (or 0x54DDEB) is unknown color: approx Turquoise Blue. HEX triplet: 54, DD and EB. RGB value is (84,221,235). Sum of RGB (Red+Green+Blue) = 84+221+235=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #54DDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDEB is #AB2214. Grayscale: #B5B5B5. Windows color (decimal): -11215381 or 15457620. OLE color: 15457620.

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

Color convert

RGB84221235-
CMYK0.640.0600.08
HSL185.56º79.06%62.55%-
HSV(B)185.56º64.26%92.16%-
XYZ44.5159.687.75-
YUV181.63158.1158.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.56%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=15.56%
G=40.93%
B=43.52%

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
Decimal842212350.640.0600.08185.5679.0662.55
Hex54DDEB40608ba4f3f
Octal124335353100601027211777
Binary10101001101110111101011100000011001000101110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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