#54D1F1

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

Shades of Turquoise Blue #54D1F1

Tints of Turquoise Blue #54D1F1

Color information

#54D1F1 (or 0x54D1F1) is unknown color: approx Turquoise Blue. HEX triplet: 54, D1 and F1. RGB value is (84,209,241). Sum of RGB (Red+Green+Blue) = 84+209+241=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #54D1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D1F1 is #AB2E0E. Grayscale: #AFAFAF. Windows color (decimal): -11218447 or 15847764. OLE color: 15847764.

HSL color Cylindrical-coordinate representation of color #54D1F1: hue angle of 192.23º degrees, saturation: 0.85, 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 #54D1F1 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84209241-
CMYK0.650.1300.05
HSL192.23º84.86%63.73%-
HSV(B)192.23º65.15%94.51%-
XYZ42.3353.8491.38-
YUV175.27165.0962.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.73%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=15.73%
G=39.14%
B=45.13%

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
Decimal842092410.650.1300.05192.2384.8663.73
Hex54D1F141D05c05540
Octal1243213611011505300125100
Binary101010011010001111100011000001110101011100000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,209,241); }

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

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

 a { background-color: rgb(84,209,241); }

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

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

 span { border-color: rgb(84,209,241); }

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