#54F7CD

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

Shades of Turquoise #54F7CD

Tints of Turquoise #54F7CD

Color information

#54F7CD (or 0x54F7CD) is unknown color: approx Turquoise. HEX triplet: 54, F7 and CD. RGB value is (84,247,205). Sum of RGB (Red+Green+Blue) = 84+247+205=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F7CD is #AB0832. Grayscale: #C1C1C1. Windows color (decimal): -11208755 or 13498196. OLE color: 13498196.

HSL color Cylindrical-coordinate representation of color #54F7CD: hue angle of 164.54º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F7CD is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB84247205-
CMYK0.6600.170.03
HSL164.54º91.06%64.9%-
HSV(B)164.54º65.99%96.86%-
XYZ47.9472.8169.29-
YUV193.48134.549.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.67%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=15.67%
G=46.08%
B=38.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842472050.6600.170.03164.5491.0664.9
Hex54F7CD420113a55b41
Octal1243673151020213245133101
Binary101010011110111110011011000010010001111010010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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