#54D5E4

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

Shades of Turquoise Blue #54D5E4

Tints of Turquoise Blue #54D5E4

Color information

#54D5E4 (or 0x54D5E4) is unknown color: approx Turquoise Blue. HEX triplet: 54, D5 and E4. RGB value is (84,213,228). Sum of RGB (Red+Green+Blue) = 84+213+228=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #54D5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D5E4 is #AB2A1B. Grayscale: #AFAFAF. Windows color (decimal): -11217436 or 14996820. OLE color: 14996820.

HSL color Cylindrical-coordinate representation of color #54D5E4: hue angle of 186.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54D5E4 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84213228-
CMYK0.630.0700.11
HSL186.25º72.73%61.18%-
HSV(B)186.25º63.16%89.41%-
XYZ41.4555.0781.84-
YUV176.14157.2662.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=16%
G=40.57%
B=43.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842132280.630.0700.11186.2572.7361.18
Hex54D5E43F70Bba493d
Octal12432534477701327211175
Binary1010100110101011110010011111111101011101110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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