#54FCD7

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

Shades of Turquoise #54FCD7

Tints of Turquoise #54FCD7

Color information

#54FCD7 (or 0x54FCD7) is unknown color: approx Turquoise. HEX triplet: 54, FC and D7. RGB value is (84,252,215). Sum of RGB (Red+Green+Blue) = 84+252+215=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCD7 is #AB0328. Grayscale: #C5C5C5. Windows color (decimal): -11207465 or 14154836. OLE color: 14154836.

HSL color Cylindrical-coordinate representation of color #54FCD7: hue angle of 166.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCD7 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB84252215-
CMYK0.6700.150.01
HSL166.79º96.55%65.88%-
HSV(B)166.79º66.67%98.82%-
XYZ50.7376.4176.37-
YUV197.55137.8447.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 252 (98.83% from 255) = 45.74%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=15.25%
G=45.74%
B=39.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842522150.6700.150.01166.7996.5565.88
Hex54FCD7430F1a76142
Octal1243743271030171247141102
Binary1010100111111001101011110000110111111010011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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