#54DCEB

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

Shades of Turquoise Blue #54DCEB

Tints of Turquoise Blue #54DCEB

Color information

#54DCEB (or 0x54DCEB) is unknown color: approx Turquoise Blue. HEX triplet: 54, DC and EB. RGB value is (84,220,235). Sum of RGB (Red+Green+Blue) = 84+220+235=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #54DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCEB is #AB2314. Grayscale: #B4B4B4. Windows color (decimal): -11215637 or 15457364. OLE color: 15457364.

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

Color convert

RGB84220235-
CMYK0.640.0600.08
HSL185.96º79.06%62.55%-
HSV(B)185.96º64.26%92.16%-
XYZ44.2459.0787.67-
YUV181.05158.4458.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=15.58%
G=40.82%
B=43.60%

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
Decimal842202350.640.0600.08185.9679.0662.55
Hex54DCEB40608ba4f3f
Octal124334353100601027211777
Binary10101001101110011101011100000011001000101110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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