#54EBCA

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

Shades of Turquoise #54EBCA

Tints of Turquoise #54EBCA

Color information

#54EBCA (or 0x54EBCA) is unknown color: approx Turquoise. HEX triplet: 54, EB and CA. RGB value is (84,235,202). Sum of RGB (Red+Green+Blue) = 84+235+202=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBCA is #AB1435. Grayscale: #BABABA. Windows color (decimal): -11211830 or 13298516. OLE color: 13298516.

HSL color Cylindrical-coordinate representation of color #54EBCA: hue angle of 166.89º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBCA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB84235202-
CMYK0.6400.140.08
HSL166.89º79.06%62.55%-
HSV(B)166.89º64.26%92.16%-
XYZ44.0365.5766.21-
YUV186.09136.9755.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 235 (92.19% from 255) = 45.11%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=16.12%
G=45.11%
B=38.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842352020.6400.140.08166.8979.0662.55
Hex54EBCA400E8a74f3f
Octal1243533121000161024711777
Binary101010011101011110010101000000011101000101001111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,235,202); }

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

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

 a { background-color: rgb(84,235,202); }

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

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

 span { border-color: rgb(84,235,202); }

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