#54D5EF

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

Shades of Turquoise Blue #54D5EF

Tints of Turquoise Blue #54D5EF

Color information

#54D5EF (or 0x54D5EF) is unknown color: approx Turquoise Blue. HEX triplet: 54, D5 and EF. RGB value is (84,213,239). Sum of RGB (Red+Green+Blue) = 84+213+239=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #54D5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D5EF is #AB2A10. Grayscale: #B1B1B1. Windows color (decimal): -11217425 or 15717716. OLE color: 15717716.

HSL color Cylindrical-coordinate representation of color #54D5EF: hue angle of 190.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D5EF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84213239-
CMYK0.650.1100.06
HSL190.06º82.89%63.33%-
HSV(B)190.06º64.85%93.73%-
XYZ43.0355.7190.15-
YUV177.39162.7661.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.67%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=15.67%
G=39.74%
B=44.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842132390.650.1100.06190.0682.8963.33
Hex54D5EF41B06be533f
Octal124325357101130627612377
Binary10101001101010111101111100000110110110101111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,213,239); }

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

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

 a { background-color: rgb(84,213,239); }

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

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

 span { border-color: rgb(84,213,239); }

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