#54F5CD

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

Shades of Turquoise #54F5CD

Tints of Turquoise #54F5CD

Color information

#54F5CD (or 0x54F5CD) is unknown color: approx Turquoise. HEX triplet: 54, F5 and CD. RGB value is (84,245,205). Sum of RGB (Red+Green+Blue) = 84+245+205=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F5CD is #AB0A32. Grayscale: #C0C0C0. Windows color (decimal): -11209267 or 13497684. OLE color: 13497684.

HSL color Cylindrical-coordinate representation of color #54F5CD: hue angle of 165.09º 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 #54F5CD is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB84245205-
CMYK0.6600.160.04
HSL165.09º88.95%64.51%-
HSV(B)165.09º65.71%96.08%-
XYZ47.3371.669.08-
YUV192.3135.1650.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.73%
GREEN value IS 245 (96.09% from 255) = 45.88%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=15.73%
G=45.88%
B=38.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842452050.6600.160.04165.0988.9564.51
Hex54F5CD420104a55941
Octal1243653151020204245131101
Binary1010100111101011100110110000100100001001010010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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