#54CBC5

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

Shades of Medium Turquoise #54CBC5

Tints of Medium Turquoise #54CBC5

Color information

#54CBC5 (or 0x54CBC5) is unknown color: approx Medium Turquoise. HEX triplet: 54, CB and C5. RGB value is (84,203,197). Sum of RGB (Red+Green+Blue) = 84+203+197=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBC5 is #AB343A. Grayscale: #A6A6A6. Windows color (decimal): -11220027 or 12962644. OLE color: 12962644.

HSL color Cylindrical-coordinate representation of color #54CBC5: hue angle of 176.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CBC5 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB84203197-
CMYK0.5900.030.20
HSL176.97º53.36%56.27%-
HSV(B)176.97º58.62%79.61%-
XYZ35.0948.6360.36-
YUV166.74145.0868.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 197 (77.34% from 255) = 40.70%
R=17.36%
G=41.94%
B=40.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal842031970.5900.030.20176.9753.3656.27
Hex54CBC53B0314b13538
Octal1243133057303242616570
Binary101010011001011110001011110110111010010110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,203,197); }

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

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

 a { background-color: rgb(84,203,197); }

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

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

 span { border-color: rgb(84,203,197); }

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