#54FDE1

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

Shades of Turquoise #54FDE1

Tints of Turquoise #54FDE1

Color information

#54FDE1 (or 0x54FDE1) is unknown color: approx Turquoise. HEX triplet: 54, FD and E1. RGB value is (84,253,225). Sum of RGB (Red+Green+Blue) = 84+253+225=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDE1 is #AB021E. Grayscale: #C7C7C7. Windows color (decimal): -11207199 or 14810452. OLE color: 14810452.

HSL color Cylindrical-coordinate representation of color #54FDE1: hue angle of 170.06º degrees, saturation: 0.98, 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 #54FDE1 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB84253225-
CMYK0.6700.110.01
HSL170.06º97.69%66.08%-
HSV(B)170.06º66.8%99.22%-
XYZ52.3777.5783.45-
YUV199.28142.5145.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.95%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=14.95%
G=45.02%
B=40.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842532250.6700.110.01170.0697.6966.08
Hex54FDE1430B1aa6242
Octal1243753411030131252142102
Binary1010100111111011110000110000110101111010101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,253,225); }

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

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

 a { background-color: rgb(84,253,225); }

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

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

 span { border-color: rgb(84,253,225); }

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