#54CEBE

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

Shades of Medium Turquoise #54CEBE

Tints of Medium Turquoise #54CEBE

Color information

#54CEBE (or 0x54CEBE) is unknown color: approx Medium Turquoise. HEX triplet: 54, CE and BE. RGB value is (84,206,190). Sum of RGB (Red+Green+Blue) = 84+206+190=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEBE is #AB3141. Grayscale: #A7A7A7. Windows color (decimal): -11219266 or 12504660. OLE color: 12504660.

HSL color Cylindrical-coordinate representation of color #54CEBE: hue angle of 172.13º 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 #54CEBE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB84206190-
CMYK0.5900.080.19
HSL172.13º55.45%56.86%-
HSV(B)172.13º59.22%80.78%-
XYZ35.0249.7556.47-
YUV167.7140.5868.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.5%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=17.5%
G=42.92%
B=39.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842061900.5900.080.19172.1355.4556.86
Hex54CEBE3B0813ac3739
Octal12431627673010232546771
Binary10101001100111010111110111011010001001110101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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