#54D9F5

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

Shades of Turquoise Blue #54D9F5

Tints of Turquoise Blue #54D9F5

Color information

#54D9F5 (or 0x54D9F5) is unknown color: approx Turquoise Blue. HEX triplet: 54, D9 and F5. RGB value is (84,217,245). Sum of RGB (Red+Green+Blue) = 84+217+245=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #54D9F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D9F5 is #AB260A. Grayscale: #B4B4B4. Windows color (decimal): -11216395 or 16111956. OLE color: 16111956.

HSL color Cylindrical-coordinate representation of color #54D9F5: hue angle of 190.43º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D9F5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84217245-
CMYK0.660.1100.04
HSL190.43º88.95%64.51%-
HSV(B)190.43º65.71%96.08%-
XYZ44.9558.195.23-
YUV180.42164.4459.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.38%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=15.38%
G=39.74%
B=44.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842172450.660.1100.04190.4388.9564.51
Hex54D9F542B04be5941
Octal1243313651021304276131101
Binary101010011011001111101011000010101101001011111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,217,245); }

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

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

 a { background-color: rgb(84,217,245); }

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

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

 span { border-color: rgb(84,217,245); }

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