#54CEBC

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

Shades of Medium Turquoise #54CEBC

Tints of Medium Turquoise #54CEBC

Color information

#54CEBC (or 0x54CEBC) is unknown color: approx Medium Turquoise. HEX triplet: 54, CE and BC. RGB value is (84,206,188). Sum of RGB (Red+Green+Blue) = 84+206+188=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEBC is #AB3143. Grayscale: #A7A7A7. Windows color (decimal): -11219268 or 12373588. OLE color: 12373588.

HSL color Cylindrical-coordinate representation of color #54CEBC: hue angle of 171.15º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CEBC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB84206188-
CMYK0.5900.090.19
HSL171.15º55.45%56.86%-
HSV(B)171.15º59.22%80.78%-
XYZ34.849.6655.33-
YUV167.47139.5868.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.57%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=17.57%
G=43.10%
B=39.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842061880.5900.090.19171.1555.4556.86
Hex54CEBC3B0913ab3739
Octal12431627473011232536771
Binary10101001100111010111100111011010011001110101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,206,188); }

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

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

 a { background-color: rgb(84,206,188); }

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

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

 span { border-color: rgb(84,206,188); }

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