#54D3F2

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

Shades of Turquoise Blue #54D3F2

Tints of Turquoise Blue #54D3F2

Color information

#54D3F2 (or 0x54D3F2) is unknown color: approx Turquoise Blue. HEX triplet: 54, D3 and F2. RGB value is (84,211,242). Sum of RGB (Red+Green+Blue) = 84+211+242=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #54D3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D3F2 is #AB2C0D. Grayscale: #B0B0B0. Windows color (decimal): -11217934 or 15913812. OLE color: 15913812.

HSL color Cylindrical-coordinate representation of color #54D3F2: hue angle of 191.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D3F2 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84211242-
CMYK0.650.1300.05
HSL191.77º85.87%63.92%-
HSV(B)191.77º65.29%94.9%-
XYZ42.9854.8892.33-
YUV176.56164.9261.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.64%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=15.64%
G=39.29%
B=45.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842112420.650.1300.05191.7785.8763.92
Hex54D3F241D05c05640
Octal1243233621011505300126100
Binary101010011010011111100101000001110101011100000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,211,242); }

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

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

 a { background-color: rgb(84,211,242); }

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

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

 span { border-color: rgb(84,211,242); }

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