#54F1D0

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

Shades of Turquoise #54F1D0

Tints of Turquoise #54F1D0

Color information

#54F1D0 (or 0x54F1D0) is unknown color: approx Turquoise. HEX triplet: 54, F1 and D0. RGB value is (84,241,208). Sum of RGB (Red+Green+Blue) = 84+241+208=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1D0 is #AB0E2F. Grayscale: #BEBEBE. Windows color (decimal): -11210288 or 13693268. OLE color: 13693268.

HSL color Cylindrical-coordinate representation of color #54F1D0: hue angle of 167.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F1D0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB84241208-
CMYK0.6500.140.05
HSL167.39º84.86%63.73%-
HSV(B)167.39º65.15%94.51%-
XYZ46.569.3570.61-
YUV190.29137.9952.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=15.76%
G=45.22%
B=39.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842412080.6500.140.05167.3984.8663.73
Hex54F1D0410E5a75540
Octal1243613201010165247125100
Binary101010011110001110100001000001011101011010011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,241,208); }

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

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

 a { background-color: rgb(84,241,208); }

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

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

 span { border-color: rgb(84,241,208); }

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