#54FBD7

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

Shades of Turquoise #54FBD7

Tints of Turquoise #54FBD7

Color information

#54FBD7 (or 0x54FBD7) is unknown color: approx Turquoise. HEX triplet: 54, FB and D7. RGB value is (84,251,215). Sum of RGB (Red+Green+Blue) = 84+251+215=550 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.27% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBD7 is #AB0428. Grayscale: #C4C4C4. Windows color (decimal): -11207721 or 14154580. OLE color: 14154580.

HSL color Cylindrical-coordinate representation of color #54FBD7: hue angle of 167.07º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBD7 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB84251215-
CMYK0.6700.140.02
HSL167.07º95.43%65.69%-
HSV(B)167.07º66.53%98.43%-
XYZ50.4275.7976.26-
YUV196.96138.1747.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.27%
GREEN value IS 251 (98.44% from 255) = 45.64%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=15.27%
G=45.64%
B=39.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842512150.6700.140.02167.0795.4365.69
Hex54FBD7430E2a75f42
Octal1243733271030162247137102
Binary10101001111101111010111100001101110101010011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,251,215); }

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

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

 a { background-color: rgb(84,251,215); }

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

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

 span { border-color: rgb(84,251,215); }

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