#54F9DE

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

Shades of Turquoise #54F9DE

Tints of Turquoise #54F9DE

Color information

#54F9DE (or 0x54F9DE) is unknown color: approx Turquoise. HEX triplet: 54, F9 and DE. RGB value is (84,249,222). Sum of RGB (Red+Green+Blue) = 84+249+222=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9DE is #AB0621. Grayscale: #C4C4C4. Windows color (decimal): -11208226 or 14612820. OLE color: 14612820.

HSL color Cylindrical-coordinate representation of color #54F9DE: hue angle of 170.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9DE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB84249222-
CMYK0.6600.110.02
HSL170.18º93.22%65.29%-
HSV(B)170.18º66.27%97.65%-
XYZ50.7274.9180.89-
YUV196.59142.3447.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.14%
GREEN value IS 249 (97.66% from 255) = 44.86%
BLUE value IS 222 (87.11% from 255) = 40%
R=15.14%
G=44.86%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842492220.6600.110.02170.1893.2265.29
Hex54F9DE420B2aa5d41
Octal1243713361020132252135101
Binary10101001111100111011110100001001011101010101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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