#54F7DE

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

Shades of Turquoise #54F7DE

Tints of Turquoise #54F7DE

Color information

#54F7DE (or 0x54F7DE) is unknown color: approx Turquoise. HEX triplet: 54, F7 and DE. RGB value is (84,247,222). Sum of RGB (Red+Green+Blue) = 84+247+222=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F7DE is #AB0821. Grayscale: #C3C3C3. Windows color (decimal): -11208738 or 14612308. OLE color: 14612308.

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

Color convert

RGB84247222-
CMYK0.6600.100.03
HSL170.8º91.06%64.9%-
HSV(B)170.8º65.99%96.86%-
XYZ50.173.6880.69-
YUV195.4114348.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.19%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=15.19%
G=44.67%
B=40.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842472220.6600.100.03170.891.0664.9
Hex54F7DE420A3ab5b41
Octal1243673361020123253133101
Binary10101001111011111011110100001001010111010101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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