#54D0F1

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

Shades of Turquoise Blue #54D0F1

Tints of Turquoise Blue #54D0F1

Color information

#54D0F1 (or 0x54D0F1) is unknown color: approx Turquoise Blue. HEX triplet: 54, D0 and F1. RGB value is (84,208,241). Sum of RGB (Red+Green+Blue) = 84+208+241=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #54D0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D0F1 is #AB2F0E. Grayscale: #AEAEAE. Windows color (decimal): -11218703 or 15847508. OLE color: 15847508.

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

Color convert

RGB84208241-
CMYK0.650.1400.05
HSL192.61º84.86%63.73%-
HSV(B)192.61º65.15%94.51%-
XYZ42.0953.3591.3-
YUV174.69165.4263.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=15.76%
G=39.02%
B=45.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842082410.650.1400.05192.6184.8663.73
Hex54D0F141E05c15540
Octal1243203611011605301125100
Binary101010011010000111100011000001111001011100000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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